diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 05:49:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-24 05:52:14 +0200 |
commit | c501f59235445344fb01edfdd005d818380db1f7 (patch) | |
tree | daf47881d3195a36cfab3f1b4959f44c6704ae2d /gnu/packages/gnome.scm | |
parent | dac26e22f8123e5515583a4cc2462e2a9c7a5a81 (diff) | |
download | patches-c501f59235445344fb01edfdd005d818380db1f7.tar patches-c501f59235445344fb01edfdd005d818380db1f7.tar.gz |
gnu: simple-scan: Make colord input non-native.
* gnu/packages/gnome.scm (simple-scan)[inputs]: Move colord here…
[native-inputs]: …from here.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 241982807b..bba842b8dd 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4339,14 +4339,14 @@ USB transfers with your high-level application or system daemon.") `(("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))) |