guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: lm-sensors: Fix substitution of grep.


From: guix-commits
Subject: 01/01: gnu: lm-sensors: Fix substitution of grep.
Date: Mon, 9 Dec 2019 05:13:17 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0bfa8744ae7f085416da15b234dcfdfa08c3b104
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Dec 9 10:54:30 2019 +0100

    gnu: lm-sensors: Fix substitution of grep.
    
    * gnu/packages/linux.scm (lm-sensors)[arguments]: Substitute occurrences of
    "grep".
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1749bad..991dde9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3027,9 +3027,9 @@ country-specific regulations for the wireless spectrum.")
                (("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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]