aboutsummaryrefslogtreecommitdiff
path: root/guix/self.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/self.scm')
-rw-r--r--guix/self.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/guix/self.scm b/guix/self.scm
index cf6110613c..fa78015a41 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -613,6 +613,13 @@ Info manual."
(append (file-imports source "gnu/system/examples"
(const #t))
+ ;; Need so we get access system tests from an
+ ;; inferior.
+ (file-imports source "gnu/tests" (const #t))
+
+ ;; All the installer code is on the build-side.
+ (file-imports source "gnu/installer/"
+ (const #t))
;; Build-side code that we don't build. Some of
;; these depend on guile-rsvg, the Shepherd, etc.
(file-imports source "gnu/build" (const #t)))
@@ -806,7 +813,6 @@ Info manual."
;; made relative to a nonexistent anonymous module.
#:splice? #t))
-
;;;
;;; Building.