mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
a03800efcb
commit
1cfc52d93b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue