[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/34: gnu: hw-probe: Fix build.
From: |
guix-commits |
Subject: |
01/34: gnu: hw-probe: Fix build. |
Date: |
Tue, 18 Jul 2023 21:11:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d9a851433ad3e44a937cc98e200f6a17d5bd9063
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:02 2023 +0200
gnu: hw-probe: Fix build.
* gnu/packages/hardware.scm (hw-probe)[arguments]:
‘lspci’ has moved to /bin.
---
gnu/packages/hardware.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 8a16c1766d..cf39a97d58 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -250,7 +250,7 @@ sets, and tools to deal with register databases.")
;; their references.
;; TODO: package edid-decode and add "bin/edid-decode" below:
(define need-progs (list "sbin/dmidecode" "sbin/smartctl"
- "sbin/lspci" "bin/lsusb"))
+ "bin/lspci" "bin/lsusb"))
(wrap-script hw-probe
(list "PERL5LIB" 'prefix (list (getenv "PERL5LIB")))
(list "PATH" 'prefix
- branch master updated (c75022d65f -> 13cb9b3028), guix-commits, 2023/07/18
- 01/34: gnu: hw-probe: Fix build.,
guix-commits <=
- 04/34: gnu: evince: Update to 44.3., guix-commits, 2023/07/18
- 05/34: gnu: whois: Update to 5.5.17., guix-commits, 2023/07/18
- 03/34: gnu: evince: Parameterise source URI., guix-commits, 2023/07/18
- 07/34: gnu: whois: Use G-expressions., guix-commits, 2023/07/18
- 11/34: gnu: iperf: Update to 3.14., guix-commits, 2023/07/18
- 02/34: gnu: xtensor: Update to 0.24.6., guix-commits, 2023/07/18
- 06/34: gnu: whois: Remove input labels., guix-commits, 2023/07/18
- 08/34: gnu: ntp: Update to 4.2.8p17., guix-commits, 2023/07/18
- 09/34: gnu: ntp: Remove input labels., guix-commits, 2023/07/18
- 12/34: gnu: spiped: Update to 1.6.2., guix-commits, 2023/07/18