mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
d7cbea9594
commit
b7704822f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue