derivations: Update 'build-derivations' docstring.

This is a followup to 7c690a4738.

* guix/derivations.scm (build-derivations): Update docstring.
master
Ludovic Courtès 2019-07-02 16:41:33 +02:00
parent 8b5df106fd
commit 7c9fbf3e3d
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1011,8 +1011,8 @@ recursively."
(define* (build-derivations store derivations
#:optional (mode (build-mode normal)))
"Build DERIVATIONS, a list of <derivation> objects, .drv file names, or
derivation/output pairs, using the specified MODE."
"Build DERIVATIONS, a list of <derivation> or <derivation-input> objects,
.drv file names, or derivation/output pairs, using the specified MODE."
(build-things store (map (match-lambda
((? derivation? drv)
(derivation-file-name drv))