From b7704822f7d60b05ec6a8fd85ee42f92b7f83427 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 1 Jul 2025 22:04:26 +0200 Subject: 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 --- gnu/packages/wm.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3