3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gcl: Drop 'strip phase.

* gnu/packages/lisp.scm (gcl): Drop 'strip phase to make maxima build.
This commit is contained in:
Andreas Enge 2014-11-27 23:34:46 +01:00
parent ec00de358e
commit 4625141126

View file

@ -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)