mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -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 ")
|
||||
(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 a new issue