guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/11: hydra: Build hidden packages.


From: Ludovic Courtès
Subject: 02/11: hydra: Build hidden packages.
Date: Tue, 7 Nov 2017 12:12:06 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 25a5b187e8f3efe4b80fd2d005b04d89e1a85d67
Author: Ludovic Courtès <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]