mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: seabios-qemu: Import the correct set of modules.
* gnu/packages/engineering.scm (seabios-qemu) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: I83e0768198c81020245b9281c678733803824236
This commit is contained in:
parent
232910b7d6
commit
e14683c8cf
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ (define-public seabios-qemu
|
|||
(supported-systems %supported-systems)
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments seabios)
|
||||
((#:modules modules %default-gnu-imported-modules)
|
||||
((#:modules modules %default-gnu-modules)
|
||||
`((ice-9 match)
|
||||
(ice-9 threads)
|
||||
,@modules))
|
||||
|
|
Loading…
Reference in a new issue