mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (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) ; (list of) <license>
|
||||
(home-page package-home-page)
|
||||
(supported-systems package-supported-systems ; list of strings
|
||||
(default %supported-systems))
|
||||
|
|
Loading…
Reference in a new issue