(address . bug-guix@gnu.org)
Hello, guixers!
An update of sicp package from version 20180718-2.bda03f7 to
20180718-3.bda03f7 has broken Info variant of the book.
emacs M-x info now complains:
Can’t find sicp.info-1 or any compressed version of it
AFAICS after commit c9f82d57eb "gnu: sicp: Fix build." chapter files of
the Info manual (sicp.info-1 .. sicp.info-6) are not installed.
I've fixed that locally, in a guix.scm-like copy of sicp package
definition copied from gnu/packages/scheme.scm, with the following:
--- .scheme+sicp.scm.20230517-1217 2023-05-17 12:17:47.871056134 +0300
+++ scheme+sicp.scm 2023-05-17 13:03:20.588211449 +0300
@@ -40,7 +40,8 @@
(native-inputs (list gzip texinfo))
(arguments
(list #:install-plan ''(("html" "share/doc/sicp/")
- ("sicp.info" "share/info/"))
+ ("." "share/info"
+ #:include-regexp ("\\.info[-0-9]*$")))
#:phases #~(modify-phases %standard-phases
(add-after 'unpack 'remove-obsolete-commands
(lambda _
Think this will help.
And thank you!
--
Be seeing you. Andrey.
...Get Emacs for GNU! https://gnu.org/s/emacs/download