GNU bug report logs -
#54408
[PATCH] guix: <package>: Clarify comment about build-system package record field.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 15 Mar 2022 22:02:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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(-)
diff --git a/guix/packages.scm b/guix/packages.scm
index 3f0262602d..f6ac754e53 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -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))
--
2.35.1
This bug report was last modified 3 years and 61 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.