[PATCH 0/1] Export license record

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • zimoun
Owner
unassigned
Submitted by
zimoun
Severity
normal
Z
Z
zimoun wrote on 23 Apr 2020 16:06
(address . guix-patches@gnu.org)(name . zimoun)(address . zimon.toutoune@gmail.com)
20200423140651.7016-1-zimon.toutoune@gmail.com
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
Z
Z
zimoun wrote on 23 Apr 2020 16:09
[PATCH 1/1] licenses: Add license record to the export list.
(address . 40795@debbugs.gnu.org)(name . zimoun)(address . zimon.toutoune@gmail.com)
20200423140900.7851-1-zimon.toutoune@gmail.com
* guix/licenses.scm (<license>): export it.
---
guix/licenses.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
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
M
M
Mathieu Othacehe wrote on 23 Apr 2020 16:30
(name . zimoun)(address . zimon.toutoune@gmail.com)(address . 40795-done@debbugs.gnu.org)
877dy62s2a.fsf@gmail.com
Pushed, thanks!

Mathieu
Closed
?