Message ID | 20220809102942.3501-1-daniel.meissner-i4k@ruhr-uni-bochum.de |
---|---|
State | Accepted |
Headers | show |
Series | [bug#57074] gnu: maxima: Fix to find info files. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
On 09-08-2022 12:29, Daniel Meißner via Guix-patches via wrote: > + (delete 'compress-documentation)))) Add a comment such that future readers know not to remove that line (for simplification?) without having to dig through the git history. Maybe > The Maxima command ‘describe’ allows to pick the relevant portions from > Maxima’s TeXinfo docs. However it does not support reading gzipped info > files. would be a good comment? Greetings, Maxime.
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index c10794a089..d531db27c8 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4420,7 +4420,8 @@ (define-public maxima ;; components at runtime. (wrap-program (string-append out "/bin/maxima") `("PATH" prefix (,binutils)))) - #t))))) + #t)) + (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