From 20f6ec3ef2444c5b55410dadb25a4c1af376905a Mon Sep 17 00:00:00 2001 From: zimoun Date: Sun, 3 May 2020 17:01:54 +0200 Subject: DRAFT guix package: Use cache in 'find-packages-by-description'. --- guix/scripts/package.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm index 2eb18919cc..07e281a1c9 100644 --- a/guix/scripts/package.scm +++ b/guix/scripts/package.scm @@ -178,7 +178,7 @@ hooks\" run when building the profile." "Return a list of pairs: packages whose name, synopsis, description, or output matches at least one of REGEXPS sorted by relevance, and its non-zero relevance score." - (let ((matches (fold-packages (lambda (package result) + (let ((matches (fold-packages* (lambda (package result) (if (package-superseded package) result (match (package-relevance package -- cgit v1.2.3