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:
Maxim Cournoyer 2023-10-09 11:53:06 -04:00 committed by Ludovic Courtès
parent bf9b3d14ff
commit f6748acc0c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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="