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>
parent
59ee837d8b
commit
b72459a861
gnu/packages
|
@ -4435,7 +4435,11 @@ to BMP, JPEG or PNG image formats.")
|
||||||
;; components at runtime.
|
;; components at runtime.
|
||||||
(wrap-program (string-append out "/bin/maxima")
|
(wrap-program (string-append out "/bin/maxima")
|
||||||
`("PATH" prefix (,binutils))))
|
`("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")
|
(home-page "https://maxima.sourceforge.io")
|
||||||
(synopsis "Numeric and symbolic expression manipulation")
|
(synopsis "Numeric and symbolic expression manipulation")
|
||||||
(description "Maxima is a system for the manipulation of symbolic and
|
(description "Maxima is a system for the manipulation of symbolic and
|
||||||
|
|
Reference in New Issue