me
/
guix
Archived
1
0
Fork 0

gnu: colord: Adjust inputs.

* gnu/packages/gnome.scm (colord)[native-inputs]: Remove unused LIBTOOL and
INTLTOOL.  Add previously propagated GETTEXT-MINIMAL.
master
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
1 changed files with 1 additions and 2 deletions

View 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