me
/
guix
Archived
1
0
Fork 0

gexp: 'lower-references' uses 'mapm/accumulate-builds'.

* guix/gexp.scm (lower-references): Use 'mapm/accumulate-builds' instead
of 'mapm'.
master
Ludovic Courtès 2020-04-02 10:59:15 +02:00
parent 2ad6eb0568
commit b34ead48dc
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View 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.