gnu: maxima: Fix to find info files.
The Maxima command ‘describe’ allows to pick the relevant portions from Maxima’s Texinfo docs. However it does not support reading gzipped info files. * gnu/packages/maths.scm (maxima)[arguments]<phases>: Delete 'compress-documentation phase. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
59ee837d8b
commit
b72459a861
@ -4435,7 +4435,11 @@ to BMP, JPEG or PNG image formats.")
|
||||
;; components at runtime.
|
||||
(wrap-program (string-append out "/bin/maxima")
|
||||
`("PATH" prefix (,binutils))))
|
||||
#t)))))
|
||||
#t))
|
||||
;; The Maxima command ‘describe’ allows to pick the relevant portions
|
||||
;; from Maxima’s Texinfo docs. However it does not support reading
|
||||
;; gzipped info files.
|
||||
(delete 'compress-documentation))))
|
||||
(home-page "https://maxima.sourceforge.io")
|
||||
(synopsis "Numeric and symbolic expression manipulation")
|
||||
(description "Maxima is a system for the manipulation of symbolic and
|
||||
|
Loading…
Reference in New Issue
Block a user