guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

18/25: gnu: hplip: Remove input labels.


From: guix-commits
Subject: 18/25: gnu: hplip: Remove input labels.
Date: Sat, 15 Apr 2023 00:27:34 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit d8de115d3525b3e9f4cacaa521c38ec13e2e819d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Feb 17 22:58:27 2023 -0500

    gnu: hplip: Remove input labels.
    
    * gnu/packages/cups.scm (hplip) [inputs]: Remove input labels.
---
 gnu/packages/cups.scm | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 2bee800041..82eb3cb1b4 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -662,17 +662,17 @@ should only be used as part of the Guix cups-pk-helper 
service.")
     ;;   ModuleNotFoundError: No module named 'dbus.mainloop.pyqt5'
     (native-inputs (list perl pkg-config))
     (inputs
-     `(("cups-minimal" ,cups-minimal)
-       ("dbus" ,dbus)
-       ("libjpeg" ,libjpeg-turbo)
-       ("libusb" ,libusb)
-       ("python" ,python)
-       ("python-dbus" ,python-dbus)
-       ("python-pygobject" ,python-pygobject)
-       ("python-pyqt" ,python-pyqt)
-       ("python-wrapper" ,python-wrapper)
-       ("sane-backends" ,sane-backends-minimal)
-       ("zlib" ,zlib)))
+     (list cups-minimal
+           dbus
+           libjpeg-turbo
+           libusb
+           python
+           python-dbus
+           python-pygobject
+           python-pyqt
+           python-wrapper
+           sane-backends-minimal
+           zlib))
     (home-page "https://developers.hp.com/hp-linux-imaging-and-printing";)
     (synopsis "HP printer drivers")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]