mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: libXpm: Gettext is a native input.
* gnu/packages/xorg.scm (libxpm)[inputs]: Move GETTEXT-MINIMAL ... [native-inputs]: ... here.
This commit is contained in:
parent
2fc865d301
commit
bd0af90a4e
1 changed files with 3 additions and 3 deletions
|
@ -1446,12 +1446,12 @@ (define-public libxpm
|
||||||
(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.")
|
||||||
|
|
Loading…
Reference in a new issue