summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2014-11-27 23:34:46 +0100
committerAndreas Enge <andreas@enge.fr>2014-11-27 23:34:46 +0100
commit4625141126eebf1525bc75e6d5860ea5a8fefa76 (patch)
tree8d721eff8e8aae08d3b8e2473153339b67e60d46
parentec00de358ed0df0a82b8520407f5e1440973ac93 (diff)
gnu: gcl: Drop 'strip phase.
* gnu/packages/lisp.scm (gcl): Drop 'strip phase to make maxima build.
-rw-r--r--gnu/packages/lisp.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 0dbc11fcdf6..0bacac47bf7 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -63,7 +63,10 @@
63 (find-files "h" "\\.defs")) 63 (find-files "h" "\\.defs"))
64 (("SHELL=/bin/(ba)?sh") 64 (("SHELL=/bin/(ba)?sh")
65 (string-append "SHELL=" (which "bash"))))) 65 (string-append "SHELL=" (which "bash")))))
66 %standard-phases))) 66 ;; drop strip phase to make maxima build, see
67 ;; https://www.ma.utexas.edu/pipermail/maxima/2008/009769.html
68 (alist-delete 'strip
69 %standard-phases))))
67 (native-inputs 70 (native-inputs
68 `(("m4" ,m4) 71 `(("m4" ,m4)
69 ("readline" ,readline) 72 ("readline" ,readline)