GNU bug report logs -
#51322
[PATCH] guix: packages: Add comment on license field.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 21 Oct 2021 21:42:01 UTC
Severity: normal
Tags: patch
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* guix/packages/packages.scm (package): Add comment about the type that
the license field expects as part of a package record.
---
guix/packages.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/packages.scm b/guix/packages.scm
index 8c3a0b0b7b..d4f23f4a11 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -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
(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 215 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.