mbakke pushed a commit to branch core-updates
in repository guix.

commit bd0af90a4e543626f4802f81267f544096e35417
Author: Marius Bakke <[email protected]>
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.")

Reply via email to