unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54408] [PATCH] guix: <package>: Clarify comment about build-system package record field.
@ 2022-03-15 22:00 jgart via Guix-patches via
  2022-03-22 14:30 ` bug#54408: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-03-15 22:00 UTC (permalink / raw)
  To: 54408; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54408: [PATCH] guix: <package>: Clarify comment about build-system package record field.
  2022-03-15 22:00 [bug#54408] [PATCH] guix: <package>: Clarify comment about build-system package record field jgart via Guix-patches via
@ 2022-03-22 14:30 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-03-22 14:30 UTC (permalink / raw)
  To: jgart; +Cc: 54408-done


Hello,

I edited a bit the commit title and pushed,

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-22 14:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-15 22:00 [bug#54408] [PATCH] guix: <package>: Clarify comment about build-system package record field jgart via Guix-patches via
2022-03-22 14:30 ` bug#54408: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).