mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue