mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: hw-probe: Use edid-decode.
* gnu/packages/hardware.scm (hw-probe): Make it find edid-decode. Change-Id: I51381a851f0bb7819f432da7ce6ba8e4cb050906
This commit is contained in:
parent
435bd452e4
commit
53fffb1fa7
1 changed files with 1 additions and 2 deletions
|
@ -315,9 +315,8 @@ (define hw-probe (search-input-file outputs "bin/hw-probe"))
|
|||
;; 'NeedProgs' core utilities are specially checked for
|
||||
;; availability. It's easier to wrap them in PATH than patching
|
||||
;; their references.
|
||||
;; TODO: package edid-decode and add "bin/edid-decode" below:
|
||||
(define need-progs (list "sbin/dmidecode" "sbin/smartctl"
|
||||
"bin/lspci" "bin/lsusb"))
|
||||
"bin/lspci" "bin/lsusb" "bin/edid-decode"))
|
||||
(wrap-script hw-probe
|
||||
(list "PERL5LIB" 'prefix (list (getenv "PERL5LIB")))
|
||||
(list "PATH" 'prefix
|
||||
|
|
Loading…
Reference in a new issue