mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-28 21:20:29 +02:00
gnu: fluxbox: Replace gettext native-input.
gnu-gettext has an emacs-minimal dependency, and we'd better avoid this dependency. * gnu/packages/gnome.scm (fluxbox)[native-inputs]: Replace gnu-gettext by gettext-minimal. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
committed by
Liliana Marie Prikler
parent
d7cbea9594
commit
b7704822f7
@@ -1409,7 +1409,7 @@ drags, snap-to-border support, and virtual desktops.")
|
||||
#:comment
|
||||
`(("en" ,#$synopsis)
|
||||
(#f ,#$synopsis)))))))))
|
||||
(native-inputs (list autoconf automake gnu-gettext pkg-config))
|
||||
(native-inputs (list autoconf automake gettext-minimal pkg-config))
|
||||
(inputs (list freetype
|
||||
fribidi
|
||||
imlib2
|
||||
|
||||
Reference in New Issue
Block a user