From 041db557319203da5fc7c3cfbba03c557c4c23f6 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 1 Jul 2025 21:48:52 +0200 Subject: [PATCH] gnu: podman: Replace gettext native-input. gnu-gettext has an emacs-minimal dependency, and we'd better avoid this dependency. * gnu/packages/gnome.scm (podman)[native-inputs]: Replace gnu-gettext by gettext-minimal. Signed-off-by: Liliana Marie Prikler --- gnu/packages/containers.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index 084552b4c89..0cc3fd59cea 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -583,7 +583,7 @@ Its main purpose is to support the key usage by @code{docker-init}: git-minimal/pinned go-1.23 go-md2man - gnu-gettext ; for envsubst + gettext-minimal ; for envsubst mandoc pkg-config python))