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: 51802@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#51802] [PATCH] guix: packages: Clarify that list is a list of license instances.
Date: Sat, 13 Nov 2021 01:27:15 -0500	[thread overview]
Message-ID: <20211113062715.12831-1-jgart@dismail.de> (raw)

* guix/packages/packages.scm (<package>): Clarify that the license
field that is part of the package record can take a a list of
license instances.
---
 guix/packages.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 4b6098bb8d..1fd500b2b6 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -520,7 +520,7 @@ (define-record-type* <package>
             (sanitize validate-texinfo))          ; one-line description
   (description package-description
                (sanitize validate-texinfo))       ; one or two paragraphs
-  (license package-license)                       ; <license> instance or list
+  (license package-license)                       ; <license> instance or list thereof
   (home-page package-home-page)
   (supported-systems package-supported-systems    ; list of strings
                      (default %supported-systems))
-- 
2.33.1





             reply	other threads:[~2021-11-13  6:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-13  6:27 jgart via Guix-patches via [this message]
2021-11-13  9:00 ` bug#51802: [PATCH] guix: packages: Clarify that list is a list of Liliana Marie Prikler
2021-11-13 17:19   ` [bug#51802] " jgart via Guix-patches via

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=20211113062715.12831-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=51802@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.