guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ccl: Patch absolute file-name.


From: Efraim Flashner
Subject: 03/03: gnu: ccl: Patch absolute file-name.
Date: Wed, 28 Feb 2018 15:11:53 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit bcc65510839d1b1800e0fd93b7e4c4d8f79a754c
Author: Efraim Flashner <address@hidden>
Date:   Wed Feb 28 22:10:47 2018 +0200

    gnu: ccl: Patch absolute file-name.
    
    * gnu/packages/lisp.scm (ccl)[arguments]: In 'pre-build add substitution
    for /bin/pwd.
---
 gnu/packages/lisp.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index f05d7ee..a506566 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -484,6 +484,8 @@ statistical profiler, a code coverage tool, and many other 
extensions.")
            ;; Enter the source directory for the current platform's lisp
            ;; kernel, and run 'make clean' to remove the precompiled one.
            (lambda _
+             (substitute* "lisp-kernel/m4macros.m4"
+               (("/bin/pwd") (which "pwd")))
              (chdir (string-append
                      "lisp-kernel/"
                      ,(match (or (%current-target-system) (%current-system))



reply via email to

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