gnu: hplip: Remove input labels.
* gnu/packages/cups.scm (hplip) [inputs]: Remove input labels.
This commit is contained in:
parent
298d0d381e
commit
d8de115d35
1 changed files with 11 additions and 11 deletions
|
@ -662,17 +662,17 @@ (define-public hplip
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue