[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: self: Ship all the (gnu bootloader …) modules.
From: |
guix-commits |
Subject: |
05/05: self: Ship all the (gnu bootloader …) modules. |
Date: |
Wed, 3 Apr 2019 12:21:53 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 5a6e04c53cee8d35feaa40755fa362dc1bb672de
Author: Ludovic Courtès <address@hidden>
Date: Wed Apr 3 18:20:36 2019 +0200
self: Ship all the (gnu bootloader …) modules.
* guix/self.scm (compiled-guix)[*system-modules*]: Explicitly add all of
gnu/bootloader/*.
---
guix/self.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/self.scm b/guix/self.scm
index ccff9be..7ba2764 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -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*