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


Message #14 received at 76583 <at> debbugs.gnu.org (full text, mbox):

From: Lukas Gradl <lgradl <at> posteo.net>
To: 76583 <at> debbugs.gnu.org
Cc: Lukas Gradl <lgradl <at> posteo.net>
Subject: [PATCH 2/4] gnu: hplip: Enable networking.
Date: Wed, 26 Feb 2025 12:25:55 +0000
* gnu/packages/cups.scm (hplip): Enable networking.
[arguments] <#:configure-flags>: Remove flag "--disable-network-build".
[inputs]: Add net-snmp, openssl, and avahi.

Change-Id: Ibd95a9786c7bea5b45d0fcfa6ab81eca47ca82a0
---
 gnu/packages/cups.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 09881fc1b8b..b318915065c 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020 Marius Bakke <mbakke <at> fastmail.com>
 ;;; Copyright © 2021, 2023, 2024 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
 ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2025 Lukas Gradl <lgradl <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -42,6 +43,7 @@ (define-module (gnu packages cups)
   #:use-module (gnu packages image)
   #:use-module (gnu packages libusb)
   #:use-module (gnu packages linux)
+  #:use-module (gnu packages networking)
   #:use-module (gnu packages pdf)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages photo)
@@ -579,7 +581,6 @@ (define-public hplip
                   ((guix build python-build-system) #:prefix python:))
       #:configure-flags
       #~(list "--disable-imageProcessor-build"
-              "--disable-network-build"
               (string-append "--prefix=" #$output)
               (string-append "--sysconfdir=" #$output "/etc")
               (string-append "LDFLAGS=-Wl,-rpath=" #$output "/lib")
@@ -690,6 +691,9 @@ (define-public hplip
            python-pyqt
            python-wrapper
            sane-backends-minimal
+           net-snmp
+           openssl
+           avahi
            zlib))
     (home-page "https://developers.hp.com/hp-linux-imaging-and-printing")
     (synopsis "HP printer drivers")
-- 
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.