gnu: hw-probe: Fix build.

* gnu/packages/hardware.scm (hw-probe)[arguments]:
‘lspci’ has moved to /bin.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-16 02:00:02 +02:00
parent c75022d65f
commit d9a851433a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -250,7 +250,7 @@ (define hw-probe (search-input-file outputs "bin/hw-probe"))
;; 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