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>master
parent
bd952b47af
commit
18119fe288
|
@ -531,7 +531,7 @@ Texinfo. Otherwise, return the string."
|
|||
(name package-name) ; string
|
||||
(version package-version) ; string
|
||||
(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
|
||||
(default '()) (thunked))
|
||||
|
||||
|
|
Reference in New Issue