mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: sane-backends: Build back ends that need JPEG support.
* gnu/packages/scanner.scm (sane-backends)[inputs]: Add libjpeg.
This commit is contained in:
parent
7018f926d4
commit
a094693de3
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ (define-public sane-backends
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue