diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-09 15:54:14 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-10 16:33:55 +0100 |
commit | 10bd2889d267df479f79f43471d3c2dd17da345a (patch) | |
tree | 592abe40ee67e0c502f103be887daccd25e82108 /gnu/packages | |
parent | ca32afacf9cfbd415f9f14413d6f00ea306060e9 (diff) | |
download | guix-10bd2889d267df479f79f43471d3c2dd17da345a.tar.gz guix-10bd2889d267df479f79f43471d3c2dd17da345a.zip |
gnu: sane-backends: Support PNG scanimage output.
* gnu/packages/scanner.scm (sane-backends)[inputs]: Add libpng.
Diffstat (limited to 'gnu/packages')
-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 462727bc59..75f5525d3d 100644 --- a/gnu/packages/scanner.scm +++ b/gnu/packages/scanner.scm @@ -112,6 +112,7 @@ package contains the library, but no drivers.") (name "sane-backends") (inputs `(("hplip" ,(@ (gnu packages cups) hplip-minimal)) + ("libpng" ,libpng) ; support ‘scanimage --format=png’ ,@(package-inputs sane-backends-minimal))) (arguments (substitute-keyword-arguments (package-arguments sane-backends-minimal) |