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
This commit is contained in:
Maxim Cournoyer 2023-10-09 12:13:15 -04:00 committed by Ludovic Courtès
parent a03800efcb
commit 1cfc52d93b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)))))