~ruther/guix-local

f90ef3c355a009e0d41ce02a9138b841165dcb49 — Mark H Weaver 10 years ago b7e147f
gnu: clisp: Do not pass --build=<triplet> to configure.

* gnu/packages/lisp.scm (clisp)[arguments]: Add #:build #f.
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/lisp.scm
M gnu/packages/lisp.scm => gnu/packages/lisp.scm +4 -1
@@ 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 _