From 4069e66fab2bc82f64a080a2ac4ade92da6bd9b2 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 1 Jul 2025 23:12:21 +0200 Subject: [PATCH] gnu: libticables2: Replace gettext native-input. gnu-gettext has an emacs-minimal dependency, and we'd better avoid this dependency. * gnu/packages/gnome.scm (libticables2)[native-inputs]: Replace gnu-gettext by gettext-minimal. Signed-off-by: Liliana Marie Prikler --- gnu/packages/emulators.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index a64756c715b..31a5163a971 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -2940,7 +2940,7 @@ play them on systems for which they were never designed!") (native-inputs (list autoconf autogen automake - gnu-gettext + gettext-minimal libtool pkg-config)) (inputs (list glib libusb))