me
/
guix
Archived
1
0
Fork 0

gnu: hw-probe: Use edid-decode.

* gnu/packages/hardware.scm (hw-probe): Make it find edid-decode.

Change-Id: I51381a851f0bb7819f432da7ce6ba8e4cb050906
master
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
1 changed files with 1 additions and 2 deletions

View File

@ -315,9 +315,8 @@ Notable features include:
;; '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