diff options
author | Andy Patterson <ajpatter@uwaterloo.ca> | 2016-12-14 00:03:25 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-17 23:13:05 +0100 |
commit | 4c9287432824f396d5c614c3b2287f553cd9fb90 (patch) | |
tree | 46330625cbe0eed4a7e17831abc9f2498102ddf8 /gnu/packages/gnome.scm | |
parent | 32aa37a2e7a5653915a5c1b1fdef7f726ceaf5d2 (diff) | |
download | patches-4c9287432824f396d5c614c3b2287f553cd9fb90.tar patches-4c9287432824f396d5c614c3b2287f553cd9fb90.tar.gz |
gnu: Add and use sane-backends.
* gnu/packages/scanner.scm (sane-backends): New variable.
* gnu/packages/gnome.scm (colord, simple-scan): Use it instead of
'sane-backends-minimal'.
* gnu/packages/libreoffice.scm (libreoffice): Likewise.
* gnu/packages/wine.scm (wine): Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 74d04b24f0..0b7dab4672 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2433,7 +2433,7 @@ keyboard shortcuts.") ("libusb" ,libusb) ("sqlite" ,sqlite) ("polkit" ,polkit) - ("sane-backends" ,sane-backends-minimal))) + ("sane-backends" ,sane-backends))) (home-page "http://www.freedesktop.org/software/colord/") (synopsis "Color management service") (description "Colord is a system service that makes it easy to manage, @@ -3570,7 +3570,7 @@ USB transfers with your high-level application or system daemon.") ("cairo" ,cairo) ("gdk-pixbuf" ,gdk-pixbuf) ("gusb" ,gusb) - ("libsane" ,sane-backends-minimal))) + ("libsane" ,sane-backends))) (native-inputs `(("gettext" ,gettext-minimal) ("itstool" ,itstool) |