summaryrefslogtreecommitdiff
path: root/guix/self.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-01-20 22:12:10 +0100
committerLudovic Courtès <ludo@gnu.org>2019-01-20 22:12:10 +0100
commit3e2d4e69c340c3520f546f8c7e21e52383058d1c (patch)
tree0bc92edb753cfdf9a9e7ef763ebc19f0cd2d528c /guix/self.scm
parentad79ae7e2d7505292b11e87302b08f4db0f934e9 (diff)
parente5ad2cdf172eecc7edef37a500593b1941af013c (diff)
downloadguix-patches-3e2d4e69c340c3520f546f8c7e21e52383058d1c.tar
guix-patches-3e2d4e69c340c3520f546f8c7e21e52383058d1c.tar.gz
Merge branch 'master' into staging
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.