mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
7024bd396a
commit
8383b9f04a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue