gnu: sane-backends: Build back ends that need JPEG support.

* gnu/packages/scanner.scm (sane-backends)[inputs]: Add libjpeg.
master
Tobias Geerinckx-Rice 2019-08-01 05:32:53 +02:00
parent 7018f926d4
commit a094693de3
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 0 deletions

View File

@ -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