gnu: simh: Import the correct set of modules.

* gnu/packages/simh.scm (simh) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.

Change-Id: I11a5cd3619ada3a280e990741b513f6c20a1713a
This commit is contained in:
Maxim Cournoyer 2023-10-09 12:11:59 -04:00 committed by Ludovic Courtès
parent 7024bd396a
commit 8383b9f04a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -53,7 +53,7 @@ (define-public simh
#:make-flags
#~(list (string-append "GCC=" #$(cc-for-target) " -fcommon"))
#:modules `((ice-9 string-fun)
,@%default-gnu-imported-modules)
,@%default-gnu-modules)
#:phases
#~(modify-phases %standard-phases
(delete 'configure)