civodul pushed a commit to branch master
in repository guix.

commit 25a5b187e8f3efe4b80fd2d005b04d89e1a85d67
Author: Ludovic Courtès <[email protected]>
Date:   Tue Nov 7 17:08:10 2017 +0100

    hydra: Build hidden packages.
    
    * build-aux/hydra/gnu-system.scm (all-packages): Pass #:select? to
    'fold-packages'.
---
 build-aux/hydra/gnu-system.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 1782969..2e29cba 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
 
 
 ;;;

Reply via email to