mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-21 00:25:58 +02:00
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:
committed by
Ludovic Courtès
parent
a03800efcb
commit
1cfc52d93b
@@ -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)))))
|
||||
|
||||
Reference in New Issue
Block a user