GNU bug report logs -
#51802
[PATCH] guix: packages: Clarify that list is a list of license instances.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Sat, 13 Nov 2021 06:28:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* guix/packages/packages.scm (<package>): Clarify that the license
field that is part of the package record can take a a list of
license instances.
---
guix/packages.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/packages.scm b/guix/packages.scm
index 4b6098bb8d..1fd500b2b6 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -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) ; <license> instance or list thereof
(home-page package-home-page)
(supported-systems package-supported-systems ; list of strings
(default %supported-systems))
--
2.33.1
This bug report was last modified 3 years and 273 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.