mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: stklos: Import the correct set of modules.
* gnu/packages/scheme.scm (stklos) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Iee99f93cfa5c7fa80694c2ad2ce6f93ccc0c44bf
This commit is contained in:
parent
ea67ccbf57
commit
ae1ac8de4a
1 changed files with 1 additions and 1 deletions
|
@ -1286,7 +1286,7 @@ (define-public stklos
|
|||
(arguments
|
||||
(list
|
||||
#:modules `((ice-9 ftw)
|
||||
,@%default-gnu-imported-modules)
|
||||
,@%default-gnu-modules)
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-before 'configure 'patch-sh-references
|
||||
|
|
Loading…
Reference in a new issue