[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/28: gnu: libXpm: Gettext is a native input.
From: |
guix-commits |
Subject: |
12/28: gnu: libXpm: Gettext is a native input. |
Date: |
Wed, 8 Jan 2020 15:58:46 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit bd0af90a4e543626f4802f81267f544096e35417
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Jan 8 16:21:14 2020 +0100
gnu: libXpm: Gettext is a native input.
* gnu/packages/xorg.scm (libxpm)[inputs]: Move GETTEXT-MINIMAL ...
[native-inputs]: ... here.
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index a02a8eb..8f4d2c3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1446,12 +1446,12 @@ treat it as part of their software base when porting.")
(arguments
'(#:configure-flags '("--disable-static")))
(inputs
- `(("gettext" ,gettext-minimal)
- ("libxt" ,libxt)
+ `(("libxt" ,libxt)
("xorgproto" ,xorgproto)
("libxext" ,libxext)))
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("gettext" ,gettext-minimal)
+ ("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/")
(synopsis "Xorg XPM library")
(description "XPM (X Pixmap) image file format library.")
- branch core-updates updated (ba0e140 -> a82e6fa), guix-commits, 2020/01/08
- 01/28: Revert "gnu: poppler: Update to 0.83.0.", guix-commits, 2020/01/08
- 02/28: gnu: libfaketime: Fix failing test., guix-commits, 2020/01/08
- 08/28: gnu: sbcl-cffi: Update to 0.20.1., guix-commits, 2020/01/08
- 10/28: gnu: lcms: Do not build static library., guix-commits, 2020/01/08
- 09/28: gnu: libfreehand: Fix build with ICU 65., guix-commits, 2020/01/08
- 11/28: gnu: gd: Do not build static library., guix-commits, 2020/01/08
- 07/28: gnu: libsm: Do not build static library., guix-commits, 2020/01/08
- 12/28: gnu: libXpm: Gettext is a native input.,
guix-commits <=
- 05/28: gnu: dconf: Fix build failure with Meson 0.52., guix-commits, 2020/01/08
- 03/28: gnu: python-pyopenssl: Fix test failure., guix-commits, 2020/01/08
- 06/28: gnu: network-manager: Fix build with glibc 2.30., guix-commits, 2020/01/08
- 04/28: gnu: WebkitGTK: Fix build failure with ICU 65., guix-commits, 2020/01/08
- 15/28: gnu: cURL: Update to 7.68.0., guix-commits, 2020/01/08
- 13/28: gnu: libXpm: Update to 3.5.13., guix-commits, 2020/01/08
- 14/28: gnu: CMake: Update to 3.16.2., guix-commits, 2020/01/08
- 18/28: gnu: libarchive: Update to 3.4.1., guix-commits, 2020/01/08
- 21/28: gnu: RHash: Do not use unstable source tarball., guix-commits, 2020/01/08
- 20/28: gnu: meson: Update to 0.53.0., guix-commits, 2020/01/08