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:
jgart 2022-03-15 18:00:56 -04:00 committed by Mathieu Othacehe
parent bd952b47af
commit 18119fe288
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

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