derivations: Fix typo in docstring.
* guix/derivations.scm (derivation-build-plan): Fix typo in the docstring.master
parent
2eb0628a42
commit
23ab21fa9d
|
@ -376,8 +376,8 @@ of SUBSTITUTABLES."
|
||||||
(substitution-oracle
|
(substitution-oracle
|
||||||
store inputs #:mode mode)))
|
store inputs #:mode mode)))
|
||||||
"Given INPUTS, a list of derivation-inputs, return two values: the list of
|
"Given INPUTS, a list of derivation-inputs, return two values: the list of
|
||||||
derivation to build, and the list of substitutable items that, together,
|
derivations to build, and the list of substitutable items that, together,
|
||||||
allows INPUTS to be realized.
|
allow INPUTS to be realized.
|
||||||
|
|
||||||
SUBSTITUTABLE-INFO must be a one-argument procedure similar to that returned
|
SUBSTITUTABLE-INFO must be a one-argument procedure similar to that returned
|
||||||
by 'substitution-oracle'."
|
by 'substitution-oracle'."
|
||||||
|
|
Reference in New Issue