guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#51322] [PATCH] guix: packages: Add comment on license field.


From: jgart
Subject: [bug#51322] [PATCH] guix: packages: Add comment on license field.
Date: Thu, 21 Oct 2021 17:40:55 -0400

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]