unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51322] [PATCH] guix: packages: Add comment on license field.
@ 2021-10-21 21:40 jgart via Guix-patches via
  2021-10-21 22:06 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-10-21 21:40 UTC (permalink / raw)
  To: 51322; +Cc: jgart

* guix/packages/packages.scm (package): Add comment about the type that
the license field expects as part of a package record.
---
 guix/packages.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 8c3a0b0b7b..d4f23f4a11 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -473,7 +473,7 @@ (define-record-type* <package>
 
   (synopsis package-synopsis)                    ; one-line description
   (description package-description)              ; one or two paragraphs
-  (license package-license)
+  (license package-license)                      ; <license> instance
   (home-page package-home-page)
   (supported-systems package-supported-systems    ; list of strings
                      (default %supported-systems))
-- 
2.33.1





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

* [bug#51322] [PATCH] guix: packages: Add comment on license field.
  2021-10-21 21:40 [bug#51322] [PATCH] guix: packages: Add comment on license field jgart via Guix-patches via
@ 2021-10-21 22:06 ` Tobias Geerinckx-Rice via Guix-patches via
  2021-10-21 22:50   ` jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2021-10-21 22:06 UTC (permalink / raw)
  To: jgart; +Cc: 51322, 51322-done

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

Jgart,

jgart via Guix-patches via 写道:
> +  (license package-license)                      ; <license> 
> instance

Thanks!

It can also be a list of <license>s, which I tried to express as 
well as I could within 30 characters…

As commit 886d04425e5a087816979b8a96b1e706693b5f93,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

* [bug#51322] [PATCH] guix: packages: Add comment on license field.
  2021-10-21 22:06 ` Tobias Geerinckx-Rice via Guix-patches via
@ 2021-10-21 22:50   ` jgart via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-10-21 22:50 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 51322, 51322-done

On Fri, 22 Oct 2021 00:06:01 +0200 Tobias Geerinckx-Rice <me@tobias.gr> wrote:
> Jgart,
> 
> jgart via Guix-patches via 写道:
> > +  (license package-license)                      ; <license> 
> > instance
> 
> Thanks!
> 
> It can also be a list of <license>s, which I tried to express as 
> well as I could within 30 characters…

Ah yes. Cool! Thanks for adding that and accepting the patch.

all best,

jgart




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

end of thread, other threads:[~2021-10-21 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21 21:40 [bug#51322] [PATCH] guix: packages: Add comment on license field jgart via Guix-patches via
2021-10-21 22:06 ` Tobias Geerinckx-Rice via Guix-patches via
2021-10-21 22:50   ` jgart via Guix-patches via

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).