gnu: colord: Adjust inputs.
authorMarius Bakke <mbakke@fastmail.com>
Sun, 5 Jan 2020 10:06:50 +0000 (11:06 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Tue, 7 Jan 2020 17:18:12 +0000 (18:18 +0100)
* gnu/packages/gnome.scm (colord)[native-inputs]: Remove unused LIBTOOL and
INTLTOOL.  Add previously propagated GETTEXT-MINIMAL.

gnu/packages/gnome.scm

index e71cc2f..5005f00 100644 (file)
@@ -3557,10 +3557,9 @@ keyboard shortcuts.")
                #t))))))
     (native-inputs
      `(("glib:bin" ,glib "bin")         ; for glib-compile-resources, etc.
+       ("gettext" ,gettext-minimal)
        ("gobject-introspection" ,gobject-introspection)
        ("gtk-doc" ,gtk-doc)
-       ("intltool" ,intltool)
-       ("libtool" ,libtool)
        ("pkg-config" ,pkg-config)
        ("vala" ,vala)))
     (propagated-inputs