emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51322: closed ([PATCH] guix: packages: Add comment on license field.


From: GNU bug Tracking System
Subject: bug#51322: closed ([PATCH] guix: packages: Add comment on license field.)
Date: Thu, 21 Oct 2021 22:09:02 +0000

Your message dated Fri, 22 Oct 2021 00:06:01 +0200
with message-id <87pmry58uz.fsf@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@gnu.org.)


-- 
51322: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51322
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#51322] [PATCH] guix: packages: Add comment on license field. Date: Fri, 22 Oct 2021 00:06:01 +0200
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]