me
/
guix
Archived
1
0
Fork 0

gnu: libXpm: Gettext is a native input.

* gnu/packages/xorg.scm (libxpm)[inputs]: Move GETTEXT-MINIMAL ...
[native-inputs]: ... here.
master
Marius Bakke 2020-01-08 16:21:14 +01:00
parent 2fc865d301
commit bd0af90a4e
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -1446,12 +1446,12 @@ treat it as part of their software base when porting.")
(arguments (arguments
'(#:configure-flags '("--disable-static"))) '(#:configure-flags '("--disable-static")))
(inputs (inputs
`(("gettext" ,gettext-minimal) `(("libxt" ,libxt)
("libxt" ,libxt)
("xorgproto" ,xorgproto) ("xorgproto" ,xorgproto)
("libxext" ,libxext))) ("libxext" ,libxext)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("gettext" ,gettext-minimal)
("pkg-config" ,pkg-config)))
(home-page "https://www.x.org/wiki/") (home-page "https://www.x.org/wiki/")
(synopsis "Xorg XPM library") (synopsis "Xorg XPM library")
(description "XPM (X Pixmap) image file format library.") (description "XPM (X Pixmap) image file format library.")