guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: chez-scheme: Patch more hard-coded paths.


From: guix-commits
Subject: 03/05: gnu: chez-scheme: Patch more hard-coded paths.
Date: Fri, 18 Dec 2020 10:15:01 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 2be6323080cc0f298c38a781b596f90fd8803430
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon Aug 31 21:51:34 2020 +1000

    gnu: chez-scheme: Patch more hard-coded paths.
    
    * gnu/packages/chez.scm (chez-scheme): Patch out some /bin/rm and
    /bin/echo references.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/chez.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index 5805c20..eac556c 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -151,11 +151,14 @@
                                     "|stex\\.stex"
                                     "|newrelease"
                                     "|workarea"
+                                    "|unix\\.ms"
+                                    "|^6\\.ms"
                                     ;;"|[a-zA-Z0-9.]+\\.ms" ; guile can't read
                                     ")"))
                  (("/bin/rm") (which "rm"))
                  (("/bin/ln") (which "ln"))
-                 (("/bin/cp") (which "cp")))
+                 (("/bin/cp") (which "cp"))
+                 (("/bin/echo") (which "echo")))
                (substitute* "makefiles/installsh"
                  (("/bin/true") (which "true")))
                (substitute* "stex/Makefile"



reply via email to

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