summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--build-aux/hydra/gnu-system.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 1782969bf8..2e29cbaebc 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -272,7 +272,8 @@ valid."
                           result)                 ;don't build it
                          (else
                           (cons package result))))
-                 '()))
+                 '()
+                 #:select? (const #t)))           ;include hidden packages
 
 
 ;;;