mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-studio: Import the correct set of modules.
* gnu/packages/guile-xyz.scm (guile-studio) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I0c2cee834ec38b583169916bd5f6bc2e7d9a57f2
This commit is contained in:
parent
bf9b3d14ff
commit
f6748acc0c
1 changed files with 1 additions and 1 deletions
|
@ -3300,7 +3300,7 @@ The picture values can directly be displayed in Geiser.")
|
||||||
`(#:modules
|
`(#:modules
|
||||||
((ice-9 match)
|
((ice-9 match)
|
||||||
(srfi srfi-1)
|
(srfi srfi-1)
|
||||||
,@%default-gnu-imported-modules)
|
,@%default-gnu-modules)
|
||||||
#:tests? #f ; there are none
|
#:tests? #f ; there are none
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list (string-append "PICT_DIR="
|
(list (string-append "PICT_DIR="
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue