[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gcl: Drop 'strip phase.
From: |
Andreas Enge |
Subject: |
01/01: gnu: gcl: Drop 'strip phase. |
Date: |
Thu, 27 Nov 2014 22:35:20 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 4625141126eebf1525bc75e6d5860ea5a8fefa76
Author: Andreas Enge <address@hidden>
Date: Thu Nov 27 23:34:46 2014 +0100
gnu: gcl: Drop 'strip phase.
* gnu/packages/lisp.scm (gcl): Drop 'strip phase to make maxima build.
---
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 0dbc11f..0bacac4 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -63,7 +63,10 @@
(find-files "h" "\\.defs"))
(("SHELL=/bin/(ba)?sh")
(string-append "SHELL=" (which "bash")))))
- %standard-phases)))
+ ;; drop strip phase to make maxima build, see
+ ;; https://www.ma.utexas.edu/pipermail/maxima/2008/009769.html
+ (alist-delete 'strip
+ %standard-phases))))
(native-inputs
`(("m4" ,m4)
("readline" ,readline)