guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: lm-sensors: Patch references to ‘egrep’.


From: guix-commits
Subject: branch master updated: gnu: lm-sensors: Patch references to ‘egrep’.
Date: Sun, 17 May 2020 11:08:55 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 074cd59  gnu: lm-sensors: Patch references to ‘egrep’.
074cd59 is described below

commit 074cd595bbcd343f86aad09794d8781846ff1927
Author: Nicolò Balzarotti <address@hidden>
AuthorDate: Sun May 17 14:46:25 2020 +0200

    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 <address@hidden>
---
 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 aa52068..750111f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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"))



reply via email to

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