diff options
| author | Lukas Gradl <lgradl@posteo.net> | 2025-02-26 12:25:57 +0000 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-03-30 23:20:38 +0200 |
| commit | 8aab0e2bb0fc74f8c8c37116bd871326e88e0516 (patch) | |
| tree | 2275384ae94b23b03679ad29107075360ef97410 | |
| parent | 36d8ab1c7b564a9e5e823c73bca68d590899ce59 (diff) | |
gnu: sane-backends: Enable hplip network scanners.
* gnu/packages/scanner.scm (sane-backends): Enable hplip network scanners.
[inputs]: Replace hplip-minimal with hplip.
Change-Id: Id5fb321fc0e0ccdfabf30cbc617a4800126041c7
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
| -rw-r--r-- | gnu/packages/scanner.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/scanner.scm b/gnu/packages/scanner.scm index 21e9506d112..259e378b658 100644 --- a/gnu/packages/scanner.scm +++ b/gnu/packages/scanner.scm @@ -213,7 +213,7 @@ package contains the library, but no drivers.") (package/inherit sane-backends-minimal (name "sane-backends") (inputs - `(("hplip" ,(@ (gnu packages cups) hplip-minimal)) + `(("hplip" ,(@ (gnu packages cups) hplip)) ("libjpeg" ,libjpeg-turbo) ; for pixma/epsonds/other back ends ("libpng" ,libpng) ; support ‘scanimage --format=png’ ("libxml2" ,libxml2) ; for pixma back end |
