all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40795] [PATCH 0/1] Export license record
@ 2020-04-23 14:06 zimoun
  2020-04-23 14:09 ` [bug#40795] [PATCH 1/1] licenses: Add license record to the export list zimoun
  0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2020-04-23 14:06 UTC (permalink / raw)
  To: 40795; +Cc: zimoun

Dear,

This tiny trival patch export the license record to be able to define custom licenses in custom channels.


All the best,
simon

zimoun (1):
  licenses: Add license record to the export list.

 guix/licenses.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.26.1

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

* [bug#40795] [PATCH 1/1] licenses: Add license record to the export list.
  2020-04-23 14:06 [bug#40795] [PATCH 0/1] Export license record zimoun
@ 2020-04-23 14:09 ` zimoun
  2020-04-23 14:30   ` bug#40795: " Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2020-04-23 14:09 UTC (permalink / raw)
  To: 40795; +Cc: zimoun

* guix/licenses.scm (<license>): export it.
---
 guix/licenses.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/licenses.scm b/guix/licenses.scm
index ab2ad3f169..f9bcd96df6 100644
--- a/guix/licenses.scm
+++ b/guix/licenses.scm
@@ -32,7 +32,7 @@
 
 (define-module (guix licenses)
   #:use-module (srfi srfi-9)
-  #:export (license? license-name license-uri license-comment
+  #:export (license license? license-name license-uri license-comment
             agpl1 agpl3 agpl3+
             asl1.1 asl2.0
             boost1.0
-- 
2.26.1

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

* bug#40795: [PATCH 1/1] licenses: Add license record to the export list.
  2020-04-23 14:09 ` [bug#40795] [PATCH 1/1] licenses: Add license record to the export list zimoun
@ 2020-04-23 14:30   ` Mathieu Othacehe
  0 siblings, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2020-04-23 14:30 UTC (permalink / raw)
  To: zimoun; +Cc: 40795-done


Pushed, thanks!

Mathieu

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

end of thread, other threads:[~2020-04-23 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 14:06 [bug#40795] [PATCH 0/1] Export license record zimoun
2020-04-23 14:09 ` [bug#40795] [PATCH 1/1] licenses: Add license record to the export list zimoun
2020-04-23 14:30   ` bug#40795: " Mathieu Othacehe

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.