me
/
guix
Archived
1
0
Fork 0

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>
Daniel Meißner 2022-08-09 15:07:06 +02:00 committed by 宋文武
parent 59ee837d8b
commit b72459a861
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 5 additions and 1 deletions

View File

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