mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -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
|
||||
'(#: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.")
|
||||
|
|
Loading…
Reference in a new issue