mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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:
committed by
Ludovic Courtès
parent
7024bd396a
commit
8383b9f04a
@@ -53,7 +53,7 @@
|
||||
#: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)
|
||||
|
||||
Reference in New Issue
Block a user