mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: gcl: Drop 'strip phase.
* gnu/packages/lisp.scm (gcl): Drop 'strip phase to make maxima build.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user