guix-commits
[Top][All Lists]
Advanced

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

branch master updated: guix: packages: Clarify that list is a list of <l


From: guix-commits
Subject: branch master updated: guix: packages: Clarify that list is a list of <license> records.
Date: Sat, 13 Nov 2021 03:53:31 -0500

This is an automated email from the git hooks/post-receive script.

lilyp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 193d7b5  guix: packages: Clarify that list is a list of <license> 
records.
193d7b5 is described below

commit 193d7b5b450d2004c26720e488a9cce930542e9e
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Nov 13 01:27:15 2021 -0500

    guix: packages: Clarify that list is a list of <license> records.
    
    * guix/packages/packages.scm (<package>): Clarify that the license
    field takes a list of licenses rather than a generic list.
    
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 guix/packages.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 4b6098b..a3602a3 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -520,7 +520,7 @@ Texinfo.  Otherwise, return the string."
             (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)                       ; (list of) <license>
   (home-page package-home-page)
   (supported-systems package-supported-systems    ; list of strings
                      (default %supported-systems))



reply via email to

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