diff options
author | Andy Patterson <ajpatter@uwaterloo.ca> | 2016-12-14 00:03:24 -0500 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-17 23:13:04 +0100 |
commit | 32aa37a2e7a5653915a5c1b1fdef7f726ceaf5d2 (patch) | |
tree | 0838988babe54fcc69bedcdcefdca94a01c8e111 /gnu/packages/libreoffice.scm | |
parent | 33a14e29f9a19c9e4e76bbba73e21e22d4bab0b9 (diff) | |
download | guix-32aa37a2e7a5653915a5c1b1fdef7f726ceaf5d2.tar.gz |
gnu: Add and use sane-backends-minimal.
* gnu/packages/scanner.scm (sane-backends): Rename to... (sane-backends-minimal): this. Adjust name, source, synopsis and description accordingly. * gnu/packages/cups.scm (hplip): Use 'sane-backends-minimal' instead of 'sane-backends'. * gnu/packages/gnome.scm (colord, simple-scan): Likewise. * 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 279e8e2d22..307a54496e 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) + ("sane-backends" ,sane-backends-minimal) ("unixodbc" ,unixodbc) ("unzip" ,unzip) ("vigra" ,vigra) |