mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: enlightenment: Move gettext to native-inputs.
* gnu/packages/enlightenment.scm (enlightenment)[inputs]: Move gettext from here ... [native-inputs]: ... to here.
This commit is contained in:
parent
83e9f472b2
commit
d8ab4c1bfe
1 changed files with 2 additions and 2 deletions
|
@ -300,12 +300,12 @@ Libraries with some extra bells and whistles.")
|
|||
(arguments
|
||||
`(#:configure-flags '("--enable-mount-eeze")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
`(("gettext" ,gnu-gettext)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(inputs
|
||||
`(("alsa-lib" ,alsa-lib)
|
||||
("dbus" ,dbus)
|
||||
("freetype" ,freetype)
|
||||
("gettext" ,gnu-gettext)
|
||||
("libxcb" ,libxcb)
|
||||
("libxext" ,libxext)
|
||||
("linux-pam" ,linux-pam)
|
||||
|
|
Loading…
Reference in a new issue