diff options
| author | Zheng Junjie <z572@z572.online> | 2025-03-03 10:14:14 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:30 +0200 |
| commit | 2dbaceca821282842a001bde6750e63bf0bc7b29 (patch) | |
| tree | dce9b5bbadc868a81f0b48d96de75e79c6231849 /gnu/packages | |
| parent | fe00fe8f819af4fe79fbebec61cdfa19d2549845 (diff) | |
gnu: pciutils: Update to 3.13.0.
* gnu/packages/pciutils.scm (pciutils): Update to 3.13.0.
[source]: Add pciutils-hurd64.patch.
[arguments]<#:phase>: Remove apply-hurd64-patch phase.
Change-Id: I58c4af801a748d982aac54a2b6f6d78d4efa5378
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/pciutils.scm | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm index e4e0289808c..47700f5fea8 100644 --- a/gnu/packages/pciutils.scm +++ b/gnu/packages/pciutils.scm @@ -70,7 +70,7 @@ Each database is contained in a specific package output, such as the (define-public pciutils (package (name "pciutils") - (version "3.8.0") + (version "3.13.0") (source (origin (method url-fetch) (uri (string-append @@ -78,7 +78,8 @@ Each database is contained in a specific package output, such as the version ".tar.xz")) (sha256 (base32 - "01aglgw9ds9qiswcbi2lx90lswncikrlyv8mmp4haix8542bvvci")))) + "09j9rfjaw2ahdwvvlp7ldjgn522pbbqhh0zm396n60l555w1zwbp")) + (patches (search-patches "pciutils-hurd64.patch")))) (build-system gnu-build-system) (arguments (list @@ -89,14 +90,6 @@ Each database is contained in a specific package output, such as the (copy-file (search-input-file (or native-inputs inputs) "share/hwdata/pci.ids") "pci.ids"))) - #$@(if (target-hurd64?) - #~((add-after 'unpack 'apply-hurd64-patch - (lambda _ - (let ((patch-file - #$(local-file - (search-patch "pciutils-hurd64.patch")))) - (invoke "patch" "--force" "-p1" "-i" patch-file))))) - #~()) (replace 'configure (lambda* (#:key outputs #:allow-other-keys) ;; There's no 'configure' script, just a raw makefile. |
