self: Ship all the (gnu bootloader …) modules.

* guix/self.scm (compiled-guix)[*system-modules*]: Explicitly add all of
gnu/bootloader/*.
This commit is contained in:
Ludovic Courtès 2019-04-03 18:20:36 +02:00
parent df2a96167f
commit 5a6e04c53c
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -627,6 +627,7 @@ Info manual."
(scheme-node "guix-system"
`((gnu system)
(gnu services)
,@(scheme-modules* source "gnu/bootloader")
,@(scheme-modules* source "gnu/system")
,@(scheme-modules* source "gnu/services"))
(list *core-package-modules* *package-modules*