guix-commits
[Top][All Lists]
Advanced

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

04/11: refresh: Account for hidden packages.


From: Ludovic Courtès
Subject: 04/11: refresh: Account for hidden packages.
Date: Mon, 6 Nov 2017 18:12:19 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 8e57e416c0a6431a14d487ff8b69dece76d37c03
Author: Ludovic Courtès <address@hidden>
Date:   Mon Nov 6 23:22:03 2017 +0100

    refresh: Account for hidden packages.
    
    Suggested by Marius Bakke <address@hidden>
    in <https://bugs.gnu.org/29177>.
    
    * guix/scripts/refresh.scm (all-packages): Pass #:select? to
    'fold-packages'.
---
 guix/scripts/refresh.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/refresh.scm b/guix/scripts/refresh.scm
index 852b44b..a8fe993 100644
--- a/guix/scripts/refresh.scm
+++ b/guix/scripts/refresh.scm
@@ -273,7 +273,8 @@ the latest known version of ~a (~a)~%")
 
 (define (all-packages)
   "Return the list of all the distro's packages."
-  (fold-packages cons '()))
+  (fold-packages cons '()
+                 #:select? (const #t)))           ;include hidden packages
 
 (define (list-dependents packages)
   "List all the things that would need to be rebuilt if PACKAGES are changed."



reply via email to

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