gnu: bootstrap: 'package-with-bootstrap-guile' uses 'eq?' memoization.

* gnu/packages/bootstrap.scm (package-with-bootstrap-guile): Use
'mlambdaq'.
This commit is contained in:
Ludovic Courtès 2018-01-18 16:37:41 +01:00
parent 8102cf0b37
commit 6d7b26a39f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -137,7 +137,7 @@ (define* (package-from-tarball name source program-to-test description
(license gpl3+))) (license gpl3+)))
(define package-with-bootstrap-guile (define package-with-bootstrap-guile
(mlambda (p) (mlambdaq (p)
"Return a variant of P such that all its origins are fetched with "Return a variant of P such that all its origins are fetched with
%BOOTSTRAP-GUILE." %BOOTSTRAP-GUILE."
(define rewritten-input (define rewritten-input