gexp: 'lower-references' uses 'mapm/accumulate-builds'.
* guix/gexp.scm (lower-references): Use 'mapm/accumulate-builds' instead of 'mapm'.master
parent
2ad6eb0568
commit
b34ead48dc
|
@ -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.
|
||||
|
|
Reference in New Issue