gnu: bootstrap: 'package-with-bootstrap-guile' uses 'eq?' memoization.
* gnu/packages/bootstrap.scm (package-with-bootstrap-guile): Use 'mlambdaq'.
This commit is contained in:
parent
8102cf0b37
commit
6d7b26a39f
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ (define* (package-from-tarball name source program-to-test description
|
|||
(license gpl3+)))
|
||||
|
||||
(define package-with-bootstrap-guile
|
||||
(mlambda (p)
|
||||
(mlambdaq (p)
|
||||
"Return a variant of P such that all its origins are fetched with
|
||||
%BOOTSTRAP-GUILE."
|
||||
(define rewritten-input
|
||||
|
|
Loading…
Reference in a new issue