From b34ead48dcd3f3aff27b21d7a326f9bdfd3b2235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 2 Apr 2020 10:59:15 +0200 Subject: gexp: 'lower-references' uses 'mapm/accumulate-builds'. * guix/gexp.scm (lower-references): Use 'mapm/accumulate-builds' instead of 'mapm'. --- guix/gexp.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix/gexp.scm') diff --git a/guix/gexp.scm b/guix/gexp.scm index 3d21685460..4ac0411da1 100644 --- a/guix/gexp.scm +++ b/guix/gexp.scm @@ -730,7 +730,7 @@ names and file names suitable for the #:allowed-references argument to #:target target))) (return (derivation->output-path drv)))))) - (mapm %store-monad lower lst))) + (mapm/accumulate-builds lower lst))) (define default-guile-derivation ;; Here we break the abstraction by talking to the higher-level layer. -- cgit v1.2.3