unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51322] [PATCH] guix: packages: Add comment on license field.
@ 2021-10-21 21:40 jgart via Guix-patches via
  2021-10-21 22:06 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-10-21 21:40 UTC (permalink / raw)
  To: 51322; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-21 22:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21 21:40 [bug#51322] [PATCH] guix: packages: Add comment on license field jgart via Guix-patches via
2021-10-21 22:06 ` Tobias Geerinckx-Rice via Guix-patches via
2021-10-21 22:50   ` jgart via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).