gnu: simple-scan: Make colord input non-native.

* gnu/packages/gnome.scm (simple-scan)[inputs]: Move colord here…
[native-inputs]: …from here.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-24 05:49:02 +02:00
parent dac26e22f8
commit c501f59235
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -4339,14 +4339,14 @@ (define-public simple-scan
`(("gtk" ,gtk+)
("zlib" ,zlib)
("cairo" ,cairo)
("colord" ,colord)
("gdk-pixbuf" ,gdk-pixbuf)
("gusb" ,gusb)
("libsane" ,sane-backends)))
(native-inputs
`(("gettext" ,gettext-minimal)
("itstool" ,itstool)
("colord" ,colord)
("glib" ,glib "bin") ; glib-compile-schemas, etc.
("glib" ,glib "bin") ; glib-compile-schemas, etc.
("pkg-config" ,pkg-config)
("vala" ,vala)
("xmllint" ,libxml2)))