all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 54408@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#54408] [PATCH] guix: <package>: Clarify comment about build-system package record field.
Date: Tue, 15 Mar 2022 18:00:56 -0400	[thread overview]
Message-ID: <20220315220056.22260-1-jgart@dismail.de> (raw)

* 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





             reply	other threads:[~2022-03-15 22:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-15 22:00 jgart via Guix-patches via [this message]
2022-03-22 14:30 ` bug#54408: [PATCH] guix: <package>: Clarify comment about build-system package record field Mathieu Othacehe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220315220056.22260-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=54408@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.