guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: maxima: Fix to find info files.


From: guix-commits
Subject: branch master updated: gnu: maxima: Fix to find info files.
Date: Wed, 10 Aug 2022 03:17:51 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b72459a861 gnu: maxima: Fix to find info files.
b72459a861 is described below

commit b72459a861d7029d69e9e3ffe3dd411b452e26de
Author: Daniel Meißner <daniel.meissner-i4k@ruhr-uni-bochum.de>
AuthorDate: Tue Aug 9 15:07:06 2022 +0200

    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>
---
 gnu/packages/maths.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index e32a71100e..52a6d6259f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]