gnu: hw-probe: Fix build.
* gnu/packages/hardware.scm (hw-probe)[arguments]: ‘lspci’ has moved to /bin.
This commit is contained in:
parent
c75022d65f
commit
d9a851433a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user