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/libreoffice.scm | |
parent | 32aa37a2e7a5653915a5c1b1fdef7f726ceaf5d2 (diff) |
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/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 307a54496e..279e8e2d22 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -784,7 +784,7 @@ and to return information on pronunciations, meanings and synonyms.") ("postgresql" ,postgresql) ("python" ,python) ("redland" ,redland) - ("sane-backends" ,sane-backends-minimal) + ("sane-backends" ,sane-backends) ("unixodbc" ,unixodbc) ("unzip" ,unzip) ("vigra" ,vigra) |