[PATCH] guix: <package>: Clarify comment about build-system package record field.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Mathieu Othacehe
Owner
unassigned
Submitted by
jgart
Severity
normal
J
(address . guix-patches@gnu.org)(name . jgart)(address . jgart@dismail.de)
20220315220056.22260-1-jgart@dismail.de
* 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(-)

Toggle diff (15 lines)
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
M
M
Mathieu Othacehe wrote on 22 Mar 2022 15:30
(name . jgart)(address . jgart@dismail.de)(address . 54408-done@debbugs.gnu.org)
87h77qnjop.fsf@gnu.org
Hello,

I edited a bit the commit title and pushed,

Thanks,

Mathieu
Closed
?