gnu: Depend on 'gettext-minimal' rather than 'gettext' when appropriate.
[jackhill/guix/guix.git] / gnu / packages / mpd.scm
index 77666de..752eb36 100644 (file)
@@ -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")