mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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 <liliana.prikler@gmail.com>
This commit is contained in:
parent
b7704822f7
commit
3c186dd3dd
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue