gnu: Include (guix build syscalls) module in initrd/VM derivations.
This bug was introduced in commit 85c3127
.
Thanks to Christopher Webber for reporting it.
* gnu/syste/linux-initrd.scm (base-initrd): Include (guix build syscalls)
module in derivation.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
This commit is contained in:
parent
e8627cd995
commit
1e49bcf981
|
@ -239,6 +239,7 @@ loaded at boot time in the order in which they appear."
|
|||
#:volatile-root? '#$volatile-root?))
|
||||
#:name "base-initrd"
|
||||
#:modules '((guix build utils)
|
||||
(guix build syscalls)
|
||||
(gnu build linux-boot)
|
||||
(gnu build linux-modules)
|
||||
(gnu build file-systems)
|
||||
|
|
|
@ -102,6 +102,7 @@
|
|||
(gnu build file-systems)
|
||||
(guix elf)
|
||||
(guix build utils)
|
||||
(guix build syscalls)
|
||||
(guix build store-copy)))
|
||||
(guile-for-build
|
||||
(%guile-for-build))
|
||||
|
|
Loading…
Reference in New Issue