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:
Sergey Trofimov 2024-04-30 16:21:04 +01:00 committed by Christopher Baines
parent 435bd452e4
commit 53fffb1fa7
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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