gexp: 'lower-references' uses 'mapm/accumulate-builds'.
authorLudovic Courtès <ludo@gnu.org>
Thu, 2 Apr 2020 08:59:15 +0000 (10:59 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 2 Apr 2020 09:48:25 +0000 (11:48 +0200)
* guix/gexp.scm (lower-references): Use 'mapm/accumulate-builds' instead
of 'mapm'.

guix/gexp.scm

index 3d21685..4ac0411 100644 (file)
@@ -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.