~ruther/guix-local

bcc65510839d1b1800e0fd93b7e4c4d8f79a754c — Efraim Flashner 8 years ago da1b30b
gnu: ccl: Patch absolute file-name.

* gnu/packages/lisp.scm (ccl)[arguments]: In 'pre-build add substitution
for /bin/pwd.
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/lisp.scm
M gnu/packages/lisp.scm => gnu/packages/lisp.scm +2 -0
@@ 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))