diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-01 22:04:26 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-07-11 08:24:40 +0200 |
commit | b7704822f7d60b05ec6a8fd85ee42f92b7f83427 (patch) | |
tree | 0a1df39cdadca76d08a49e2c8de14cd40f3a7730 | |
parent | d7cbea959444289c01acbd2427b7927919cfaedf (diff) |
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>
-rw-r--r-- | gnu/packages/wm.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 327a499716..e1ff3ad295 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -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 |