guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: sicp: Build as a single info file.


From: guix-commits
Subject: branch master updated: gnu: sicp: Build as a single info file.
Date: Thu, 18 May 2023 23:44:55 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 321ae25a26 gnu: sicp: Build as a single info file.
321ae25a26 is described below

commit 321ae25a26986c4ac06e5c0c99d19e1c808da6ac
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu May 18 23:41:52 2023 -0400

    gnu: sicp: Build as a single info file.
    
    Fixes <https://issues.guix.gnu.org/63565>.
    
    * gnu/packages/scheme.scm (sicp) [arguments]: Use '--no-split' makeinfo 
option
    in build phase.
    
    Reported-by: Andrey Mitrofanov <abme@rambler.ru>
---
 gnu/packages/scheme.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index a0b547bfc7..2337b60ee9 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -639,7 +639,8 @@ threads.")
                                  ""))))
                           (add-before 'install 'build
                             (lambda _
-                              (invoke "makeinfo" "--output=sicp.info"
+                              (invoke "makeinfo" "--no-split"
+                                      "--output=sicp.info"
                                       "sicp-pocket.texi"))))))
       (home-page "https://sarabander.github.io/sicp";)
       (synopsis "Structure and Interpretation of Computer Programs")



reply via email to

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