gnu: hplip: Remove input labels.
* gnu/packages/cups.scm (hplip) [inputs]: Remove input labels.master
parent
298d0d381e
commit
d8de115d35
|
@ -662,17 +662,17 @@ should only be used as part of the Guix cups-pk-helper service.")
|
||||||
;; ModuleNotFoundError: No module named 'dbus.mainloop.pyqt5'
|
;; ModuleNotFoundError: No module named 'dbus.mainloop.pyqt5'
|
||||||
(native-inputs (list perl pkg-config))
|
(native-inputs (list perl pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cups-minimal" ,cups-minimal)
|
(list cups-minimal
|
||||||
("dbus" ,dbus)
|
dbus
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libusb" ,libusb)
|
libusb
|
||||||
("python" ,python)
|
python
|
||||||
("python-dbus" ,python-dbus)
|
python-dbus
|
||||||
("python-pygobject" ,python-pygobject)
|
python-pygobject
|
||||||
("python-pyqt" ,python-pyqt)
|
python-pyqt
|
||||||
("python-wrapper" ,python-wrapper)
|
python-wrapper
|
||||||
("sane-backends" ,sane-backends-minimal)
|
sane-backends-minimal
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(home-page "https://developers.hp.com/hp-linux-imaging-and-printing")
|
(home-page "https://developers.hp.com/hp-linux-imaging-and-printing")
|
||||||
(synopsis "HP printer drivers")
|
(synopsis "HP printer drivers")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue