GNU bug report logs - #51322
[PATCH] guix: packages: Add comment on license field.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Thu, 21 Oct 2021 21:42:01 UTC

Severity: normal

Tags: patch

Done: Tobias Geerinckx-Rice <me <at> tobias.gr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tobias Geerinckx-Rice <me <at> tobias.gr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#51322: closed ([PATCH] guix: packages: Add comment on license
 field.)
Date: Thu, 21 Oct 2021 22:09:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 22 Oct 2021 00:06:01 +0200
with message-id <87pmry58uz.fsf <at> nckx>
and subject line Re: [bug#51322] [PATCH] guix: packages: Add comment on license field.
has caused the debbugs.gnu.org bug report #51322,
regarding [PATCH] guix: packages: Add comment on license field.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
51322: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51322
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] guix: packages: Add comment on license field.
Date: Thu, 21 Oct 2021 17:40:55 -0400
* 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



[Message part 3 (message/rfc822, inline)]
From: Tobias Geerinckx-Rice <me <at> tobias.gr>
To: jgart <jgart <at> dismail.de>
Cc: guix-patches <at> gnu.org, 51322-done <at> debbugs.gnu.org
Subject: Re: [bug#51322] [PATCH] guix: packages: Add comment on license field.
Date: Fri, 22 Oct 2021 00:06:01 +0200
[Message part 4 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 216 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.