GNU bug report logs - #76583
[PATCH 0/4] hplip: Enable network support

Previous Next

Package: guix-patches;

Reported by: Lukas Gradl <lgradl <at> posteo.net>

Date: Wed, 26 Feb 2025 11:54:02 UTC

Severity: normal

Tags: patch

Done: Danny Milosavljevic <dannym <at> friendly-machines.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Lukas Gradl <lgradl <at> posteo.net>
To: 76583 <at> debbugs.gnu.org
Cc: Lukas Gradl <lgradl <at> posteo.net>
Subject: [bug#76583] [PATCH 4/4] gnu: sane-backends: Enable hplip network scanners.
Date: Wed, 26 Feb 2025 12:25:57 +0000
* gnu/packages/scanner.scm (sane-backends): Enable hplip network scanners.
[inputs]: Replace hplip-minimal with hplip.

Change-Id: Id5fb321fc0e0ccdfabf30cbc617a4800126041c7
---
 gnu/packages/scanner.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ (define-public sane-backends
   (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
-- 
2.47.1





This bug report was last modified 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.