gnu: clisp: Do not pass --build=<triplet> to configure.

* gnu/packages/lisp.scm (clisp)[arguments]: Add #:build #f.
master
Mark H Weaver 2015-07-17 18:33:05 -04:00
parent b7e147fffd
commit f90ef3c355
1 changed files with 4 additions and 1 deletions

View File

@ -168,7 +168,10 @@ supporting ASDF, Sockets, Gray streams, MOP, and other useful components.")
("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 _