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>
This commit is contained in:
parent
f116b4764b
commit
193d7b5b45
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ Texinfo. Otherwise, return the string."
|
||||||
(sanitize validate-texinfo)) ; one-line description
|
(sanitize validate-texinfo)) ; one-line description
|
||||||
(description package-description
|
(description package-description
|
||||||
(sanitize validate-texinfo)) ; one or two paragraphs
|
(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)
|
(home-page package-home-page)
|
||||||
(supported-systems package-supported-systems ; list of strings
|
(supported-systems package-supported-systems ; list of strings
|
||||||
(default %supported-systems))
|
(default %supported-systems))
|
||||||
|
|
Reference in a new issue