From 6d7b26a39faf42c37f15dc64a30a77e5e194ea23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 18 Jan 2018 16:37:41 +0100 Subject: gnu: bootstrap: 'package-with-bootstrap-guile' uses 'eq?' memoization. * gnu/packages/bootstrap.scm (package-with-bootstrap-guile): Use 'mlambdaq'. --- gnu/packages/bootstrap.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm index d1b03eb882..b02737cb7c 100644 --- a/gnu/packages/bootstrap.scm +++ b/gnu/packages/bootstrap.scm @@ -137,7 +137,7 @@ successful, or false to signal an error." (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 -- cgit v1.2.3