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:
jgart via Guix-patches via 2021-10-21 17:40:55 -04:00 committed by Tobias Geerinckx-Rice
parent 980146637c
commit 886d04425e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ lexical scope of its body."
(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))