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 ;;;