mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ccl: Patch absolute file-name.
* gnu/packages/lisp.scm (ccl)[arguments]: In 'pre-build add substitution for /bin/pwd.
This commit is contained in:
parent
da1b30bd93
commit
bcc6551083
1 changed files with 2 additions and 0 deletions
|
@ -484,6 +484,8 @@ (define-public ccl
|
|||
;; 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))
|
||||
|
|
Loading…
Reference in a new issue