diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-01 05:32:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-08-01 05:43:33 +0200 |
commit | a094693de3b5c6a97ef8b4bb280d49f0f1ba5e56 (patch) | |
tree | 2a7c3fb49caf57fd1cbc4b005a3c30e3a9b3ff4e | |
parent | 7018f926d4efcab681cca99e2da43b179d4af396 (diff) | |
download | patches-a094693de3b5c6a97ef8b4bb280d49f0f1ba5e56.tar patches-a094693de3b5c6a97ef8b4bb280d49f0f1ba5e56.tar.gz |
gnu: sane-backends: Build back ends that need JPEG support.
* gnu/packages/scanner.scm (sane-backends)[inputs]: Add libjpeg.
-rw-r--r-- | gnu/packages/scanner.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm index 4afa90ba78..b371cf3105 100644 --- a/gnu/packages/scanner.scm +++ b/gnu/packages/scanner.scm @@ -118,6 +118,7 @@ package contains the library, but no drivers.") (name "sane-backends") (inputs `(("hplip" ,(@ (gnu packages cups) hplip-minimal)) + ("libjpeg" ,libjpeg) ; wanted by pixma, epsonds, others ("libpng" ,libpng) ; support ‘scanimage --format=png’ ,@(package-inputs sane-backends-minimal))) (arguments |