From 3c186dd3dd912137e344847a4fbfbdd2954097bf Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 1 Jul 2025 22:26:21 +0200 Subject: [PATCH] gnu: morris: Replace gettext native-input. gnu-gettext has an emacs-minimal dependency, and we'd better avoid this dependency. * gnu/packages/gnome.scm (morris)[native-inputs]: Replace gnu-gettext by gettext-minimal. [arguments]: Improve style and explain. Signed-off-by: Liliana Marie Prikler --- gnu/packages/games.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 7100445454f..1e3295bc7ce 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11952,8 +11952,8 @@ for using any UCI engine and also to connect UCI engines to Lichess and IRC.") (base32 "1kkcnpkzgybm7rqg7nafd7sqd5m4alns6l4j5zcf3p41jdc9s3iv")))) (build-system glib-or-gtk-build-system) (inputs (list automake autoconf pkg-config intltool - gnu-gettext libtool glib gtk+-2 boost)) - (arguments `(#:tests? #f)) + gettext-minimal libtool glib gtk+-2 boost)) + (arguments (list #:tests? #f)) ; No tests in source. (home-page "http://nine-mens-morris.net/downloads.html") (synopsis "Implementation of the board game Nine Men's Morris") (description "Morris is an implementation of the board game Nine Men's Morris.