mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
derivations: Fix typo in docstring.
* guix/derivations.scm (derivation-build-plan): Fix typo in the docstring.
This commit is contained in:
parent
2eb0628a42
commit
23ab21fa9d
1 changed files with 2 additions and 2 deletions
|
@ -376,8 +376,8 @@ (define* (derivation-build-plan store inputs
|
|||
(substitution-oracle
|
||||
store inputs #:mode mode)))
|
||||
"Given INPUTS, a list of derivation-inputs, return two values: the list of
|
||||
derivation to build, and the list of substitutable items that, together,
|
||||
allows INPUTS to be realized.
|
||||
derivations to build, and the list of substitutable items that, together,
|
||||
allow INPUTS to be realized.
|
||||
|
||||
SUBSTITUTABLE-INFO must be a one-argument procedure similar to that returned
|
||||
by 'substitution-oracle'."
|
||||
|
|
Loading…
Reference in a new issue