[bug#54408] guix: <package>: Clarify comment about build-system package record field.
Commit Message
* guix/packages.scm (<package>): Clarify that what goes in the build-system
package record field is a build-system record instance.
---
guix/packages.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
Hello,
I edited a bit the commit title and pushed,
Thanks,
Mathieu
@@ -522,7 +522,7 @@ (define-record-type* <package>
(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))