mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: lm-sensors: Fix substitution of grep.
* gnu/packages/linux.scm (lm-sensors)[arguments]: Substitute occurrences of "grep".
This commit is contained in:
parent
a7a492899a
commit
0bfa8744ae
1 changed files with 2 additions and 2 deletions
|
@ -3027,9 +3027,9 @@ (define-public lm-sensors
|
|||
(("cat ")
|
||||
(string-append (assoc-ref inputs "coreutils")
|
||||
"/bin/cat "))
|
||||
(("egrep ")
|
||||
(("grep ")
|
||||
(string-append (assoc-ref inputs "grep")
|
||||
"/bin/egrep "))
|
||||
"/bin/grep "))
|
||||
(("sed -e")
|
||||
(string-append (assoc-ref inputs "sed")
|
||||
"/bin/sed -e"))
|
||||
|
|
Loading…
Reference in a new issue