diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-11-03 20:41:24 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-11-03 23:47:14 +0100 |
commit | fccc01275dff5be0f9e5efc7cb87e21f6663fb55 (patch) | |
tree | 9e0e769e5062bd653f277f019fef423f232977a2 /gnu/packages/mpd.scm | |
parent | f0bb2662bb05625042094e124521197c5f43505e (diff) | |
download | guix-fccc01275dff5be0f9e5efc7cb87e21f6663fb55.tar guix-fccc01275dff5be0f9e5efc7cb87e21f6663fb55.tar.gz |
gnu: Depend on 'gettext-minimal' rather than 'gettext' when appropriate.
* gnu/packages/backup.scm (duplicity)[native-inputs]: Use
GETTEXT-MINIMAL instead of GNU-GETTEXT.
* gnu/packages/mpd.scm (mpdris2)[native-inputs]: Likewise.
* gnu/packages/guile-xyz.scm (nomad)[native-inputs]: Likewise.
(guile-mkdir-p)[native-inputs]: Likewise.
(guile-avahi)[native-inputs]: Remove GNU-GETTEXT, now unneeded.
Diffstat (limited to 'gnu/packages/mpd.scm')
-rw-r--r-- | gnu/packages/mpd.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 77666de7b2..752eb36f21 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -408,7 +408,7 @@ other MPD frontends.") (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) - ("gettext" ,gnu-gettext) + ("gettext" ,gettext-minimal) ("which" ,which) ("intltool" ,intltool))) (synopsis "MPRIS V2.1 support for MPD") |