derivations: Update 'build-derivations' docstring.

This is a followup to 7c690a47381f645ec5ec0a1fd6ffc34dba1b69c2.

* guix/derivations.scm (build-derivations): Update docstring.
This commit is contained in:
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

@ -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))