gnu: libXpm: Gettext is a native input.

* gnu/packages/xorg.scm (libxpm)[inputs]: Move GETTEXT-MINIMAL ...
[native-inputs]: ... here.
This commit is contained in:
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

View file

@ -1446,12 +1446,12 @@ (define-public libxpm
(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.")