gnu-maintenance: 'gnu-package?' uses 'eq?' memoization.
* guix/gnu-maintenance.scm (gnu-package?): Use 'mlambdaq' instead of 'mlambda'.
This commit is contained in:
parent
c9134e82fe
commit
3d520b5428
@ -166,7 +166,7 @@ found."
|
||||
|
||||
(define gnu-package?
|
||||
(let ((official-gnu-packages (memoize official-gnu-packages)))
|
||||
(mlambda (package)
|
||||
(mlambdaq (package)
|
||||
"Return true if PACKAGE is a GNU package. This procedure may access the
|
||||
network to check in GNU's database."
|
||||
(define (mirror-type url)
|
||||
|
Loading…
Reference in New Issue
Block a user