gnu: colord: Adjust inputs.

* gnu/packages/gnome.scm (colord)[native-inputs]: Remove unused LIBTOOL and
INTLTOOL.  Add previously propagated GETTEXT-MINIMAL.
This commit is contained in:
Marius Bakke 2020-01-05 11:06:50 +01:00
parent 07b10725da
commit 2536027cc5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3557,10 +3557,9 @@ (define-public colord
#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