gnu: lm-sensors: Patch references to ‘egrep’.
* gnu/packages/linux.scm (lm-sensors)[arguments]: Patch unqualified references to ‘egrep’ as well as ‘grep’. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
ad14938327
commit
074cd595bb
@ -3541,9 +3541,9 @@ country-specific regulations for the wireless spectrum.")
|
||||
(("cat ")
|
||||
(string-append (assoc-ref inputs "coreutils")
|
||||
"/bin/cat "))
|
||||
(("grep ")
|
||||
(("e?grep " match)
|
||||
(string-append (assoc-ref inputs "grep")
|
||||
"/bin/grep "))
|
||||
"/bin/" match))
|
||||
(("sed -e")
|
||||
(string-append (assoc-ref inputs "sed")
|
||||
"/bin/sed -e"))
|
||||
|
Loading…
Reference in New Issue
Block a user