mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: clisp: Do not pass --build=<triplet> to configure.
* gnu/packages/lisp.scm (clisp)[arguments]: Add #:build #f.
This commit is contained in:
parent
b7e147fffd
commit
f90ef3c355
1 changed files with 4 additions and 1 deletions
|
@ -168,7 +168,10 @@ (define-public clisp
|
|||
("readline" ,readline)
|
||||
("libsigsegv" ,libsigsegv)))
|
||||
(arguments
|
||||
'(#:phases
|
||||
'(;; XXX The custom configure script does not cope well when passed
|
||||
;; --build=<triplet>.
|
||||
#:build #f
|
||||
#:phases
|
||||
(alist-cons-after
|
||||
'unpack 'patch-sh-and-pwd
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue