guix-patches
[Top][All Lists]
Advanced

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

[bug#54069] [PATCH v3 2/7] gnu: hwdata: Remove unused gzip native-input.


From: Brendan Tildesley
Subject: [bug#54069] [PATCH v3 2/7] gnu: hwdata: Remove unused gzip native-input.
Date: Thu, 10 Mar 2022 20:31:40 +1100

* gnu/packages/pciutils.scm (hwdata): I accidently left this gzip input
here which is unused. Remove it.
---
 gnu/packages/pciutils.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index 5c25e78ac9..bad42e238d 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -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
-- 
2.34.0






reply via email to

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