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

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

bug#51802: closed ([PATCH] guix: packages: Clarify that list is a list o


From: GNU bug Tracking System
Subject: bug#51802: closed ([PATCH] guix: packages: Clarify that list is a list of license instances.)
Date: Sat, 13 Nov 2021 09:01:02 +0000

Your message dated Sat, 13 Nov 2021 10:00:00 +0100
with message-id <f1247094bab7fdb06775be53e76d7102a5030d32.camel@gmail.com>
and subject line Re: [PATCH] guix: packages: Clarify that list is a list of ...
has caused the debbugs.gnu.org bug report #51802,
regarding [PATCH] guix: packages: Clarify that list is a list of license 
instances.
to be marked as done.

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


-- 
51802: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51802
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] guix: packages: Clarify that list is a list of license instances. Date: Sat, 13 Nov 2021 01:27:15 -0500
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] guix: packages: Clarify that list is a list of ... Date: Sat, 13 Nov 2021 10:00:00 +0100
Hi,

I've pushed your patch with the following changes:
> -  (license package-license)                       ; <license> instance or 
> list
> +  (license package-license)                       ; <license> instance or 
> list thereof
Kept within the character limit of 80.

> * 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.
Adjusted accordingly.

Thanks



--- End Message ---

reply via email to

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