gnu-maintenance: 'gnu-package?' uses 'eq?' memoization.

* guix/gnu-maintenance.scm (gnu-package?): Use 'mlambdaq' instead of
'mlambda'.
This commit is contained in:
Ludovic Courtès 2017-01-28 17:17:13 +01:00
parent c9134e82fe
commit 3d520b5428
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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)