mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
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:
parent
dac26e22f8
commit
c501f59235
1 changed files with 2 additions and 2 deletions
|
@ -4339,13 +4339,13 @@ (define-public simple-scan
|
||||||
`(("gtk" ,gtk+)
|
`(("gtk" ,gtk+)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("cairo" ,cairo)
|
("cairo" ,cairo)
|
||||||
|
("colord" ,colord)
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("gusb" ,gusb)
|
("gusb" ,gusb)
|
||||||
("libsane" ,sane-backends)))
|
("libsane" ,sane-backends)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
("colord" ,colord)
|
|
||||||
("glib" ,glib "bin") ; glib-compile-schemas, etc.
|
("glib" ,glib "bin") ; glib-compile-schemas, etc.
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("vala" ,vala)
|
("vala" ,vala)
|
||||||
|
|
Loading…
Reference in a new issue