mhw pushed a commit to branch core-updates
in repository guix.

commit f90ef3c355a009e0d41ce02a9138b841165dcb49
Author: Mark H Weaver <[email protected]>
Date:   Fri Jul 17 18:33:05 2015 -0400

    gnu: clisp: Do not pass --build=<triplet> to configure.
    
    * gnu/packages/lisp.scm (clisp)[arguments]: Add #:build #f.
---
 gnu/packages/lisp.scm |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index feaa08a..78ff83d 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -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 _

Reply via email to