From 886d04425e5a087816979b8a96b1e706693b5f93 Mon Sep 17 00:00:00 2001 From: jgart via Guix-patches via Date: Thu, 21 Oct 2021 17:40:55 -0400 Subject: guix: packages: Add comment on license field. * guix/packages/packages.scm (): Add comment about the type that the license field expects as part of a package record. Signed-off-by: Tobias Geerinckx-Rice --- guix/packages.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guix') diff --git a/guix/packages.scm b/guix/packages.scm index 8c3a0b0b7b..e5a9d08bce 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -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) ; instance or list (home-page package-home-page) (supported-systems package-supported-systems ; list of strings (default %supported-systems)) -- cgit v1.2.3