mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: gcl: Drop 'strip phase.
* gnu/packages/lisp.scm (gcl): Drop 'strip phase to make maxima build.
This commit is contained in:
parent
ec00de358e
commit
4625141126
1 changed files with 4 additions and 1 deletions
|
@ -63,7 +63,10 @@ (define-public gcl
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue