guix-commits
[Top][All Lists]
Advanced

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

59/63: gnu: info-reader: Import the correct set of modules.


From: guix-commits
Subject: 59/63: gnu: info-reader: Import the correct set of modules.
Date: Thu, 19 Oct 2023 00:04:02 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit 092e0302e913c85ef96df05985cf8165ca9c5aa8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 9 12:13:15 2023 -0400

    gnu: info-reader: Import the correct set of modules.
    
    * gnu/packages/texinfo.scm (info-reader) [arguments]
    <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.
    
    Change-Id: I30e38d2282e19801ce865c6ba59c9e6b915e9b39
---
 gnu/packages/texinfo.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm
index 2080f97f47..ab4583071e 100644
--- a/gnu/packages/texinfo.scm
+++ b/gnu/packages/texinfo.scm
@@ -230,7 +230,7 @@ is on expressing the content semantically, avoiding 
physical markup commands.")
        #:disallowed-references ,(assoc-ref (package-inputs texinfo)
                                            "perl")
        #:modules ((ice-9 ftw) (srfi srfi-1)
-                  ,@%default-gnu-imported-modules)))
+                  ,@%default-gnu-modules)))
     (synopsis "Standalone Info documentation reader")
     (inputs (modify-inputs (package-inputs texinfo)
               (prepend gzip)))))



reply via email to

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