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>master
parent
f116b4764b
commit
193d7b5b45
|
@ -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))
|
||||
|
|
Reference in New Issue