packages: Clarify comment about build-system package record field.
* guix/packages.scm (<package>): Clarify that what goes in the build-system package record field is a build-system record instance. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
bd952b47af
commit
18119fe288
@ -531,7 +531,7 @@ Texinfo. Otherwise, return the string."
|
|||||||
(name package-name) ; string
|
(name package-name) ; string
|
||||||
(version package-version) ; string
|
(version package-version) ; string
|
||||||
(source package-source) ; <origin> instance
|
(source package-source) ; <origin> instance
|
||||||
(build-system package-build-system) ; build system
|
(build-system package-build-system) ; <build-system> instance
|
||||||
(arguments package-arguments ; arguments for the build method
|
(arguments package-arguments ; arguments for the build method
|
||||||
(default '()) (thunked))
|
(default '()) (thunked))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user