mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
guix: packages: Add comment on license field.
* guix/packages/packages.scm (<package>): Add comment about the type that the license field expects as part of a package record. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
980146637c
commit
886d04425e
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ (define-record-type* <package>
|
|||
|
||||
(synopsis package-synopsis) ; one-line description
|
||||
(description package-description) ; one or two paragraphs
|
||||
(license package-license)
|
||||
(license package-license) ; <license> instance or list
|
||||
(home-page package-home-page)
|
||||
(supported-systems package-supported-systems ; list of strings
|
||||
(default %supported-systems))
|
||||
|
|
Loading…
Reference in a new issue