mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
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>
This commit is contained in:
parent
bcb0a94d0b
commit
07bc32b4ce
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ (define-public hwdata
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue