guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: hwdata: Remove unused gzip native input.


From: guix-commits
Subject: 02/05: gnu: hwdata: Remove unused gzip native input.
Date: Tue, 22 Mar 2022 22:11:50 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 07bc32b4ceba1a25c545d8db7260f96b4a02dce7
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Thu Mar 10 20:31:40 2022 +1100

    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>
---
 gnu/packages/pciutils.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index d0c3faff51..59c9a88eb0 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -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



reply via email to

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