derivations: Update 'build-derivations' docstring.
This is a followup to 7c690a4738
.
* guix/derivations.scm (build-derivations): Update docstring.
This commit is contained in:
parent
8b5df106fd
commit
7c9fbf3e3d
|
@ -1011,8 +1011,8 @@ recursively."
|
||||||
|
|
||||||
(define* (build-derivations store derivations
|
(define* (build-derivations store derivations
|
||||||
#:optional (mode (build-mode normal)))
|
#:optional (mode (build-mode normal)))
|
||||||
"Build DERIVATIONS, a list of <derivation> objects, .drv file names, or
|
"Build DERIVATIONS, a list of <derivation> or <derivation-input> objects,
|
||||||
derivation/output pairs, using the specified MODE."
|
.drv file names, or derivation/output pairs, using the specified MODE."
|
||||||
(build-things store (map (match-lambda
|
(build-things store (map (match-lambda
|
||||||
((? derivation? drv)
|
((? derivation? drv)
|
||||||
(derivation-file-name drv))
|
(derivation-file-name drv))
|
||||||
|
|
Loading…
Reference in New Issue