gnu: libXpm: Gettext is a native input.
* gnu/packages/xorg.scm (libxpm)[inputs]: Move GETTEXT-MINIMAL ... [native-inputs]: ... here.master
parent
2fc865d301
commit
bd0af90a4e
|
@ -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.")
|
||||||
|
|
Reference in New Issue