gnu: hwdata: Remove unused gzip native input.
* gnu/packages/pciutils.scm (hwdata)[native-inputs]: Remove gzip. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
bcb0a94d0b
commit
07bc32b4ce
|
@ -51,7 +51,6 @@
|
|||
"0m04d93dwiplwp9v74nhnc0hyi2n007mylkg8f0frb46z5qjrpl3"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "iab" "oui" "pci" "pnp" "usb"))
|
||||
(native-inputs (list gzip))
|
||||
(arguments
|
||||
;; Tests require pciutils, python, podman. Disable to avoid recursive dep.
|
||||
(list
|
||||
|
|
Reference in New Issue