mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -3541,9 +3541,9 @@ (define-public lm-sensors
|
||||||
(("cat ")
|
(("cat ")
|
||||||
(string-append (assoc-ref inputs "coreutils")
|
(string-append (assoc-ref inputs "coreutils")
|
||||||
"/bin/cat "))
|
"/bin/cat "))
|
||||||
(("grep ")
|
(("e?grep " match)
|
||||||
(string-append (assoc-ref inputs "grep")
|
(string-append (assoc-ref inputs "grep")
|
||||||
"/bin/grep "))
|
"/bin/" match))
|
||||||
(("sed -e")
|
(("sed -e")
|
||||||
(string-append (assoc-ref inputs "sed")
|
(string-append (assoc-ref inputs "sed")
|
||||||
"/bin/sed -e"))
|
"/bin/sed -e"))
|
||||||
|
|
Loading…
Reference in a new issue