guix-commits
[Top][All Lists]
Advanced

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

01/02: guix: import: Handle X11 license in texlive importer.


From: guix-commits
Subject: 01/02: guix: import: Handle X11 license in texlive importer.
Date: Mon, 14 Aug 2023 07:45:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6f03e4be8588165a8b470a6276d19eca318dc70a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 13:42:52 2023 +0200

    guix: import: Handle X11 license in texlive importer.
    
    * guix/import/texlive.scm (string->license): Recognize X11 license.
---
 guix/import/texlive.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm
index b5a812b34e..f65347d7f8 100644
--- a/guix/import/texlive.scm
+++ b/guix/import/texlive.scm
@@ -101,6 +101,7 @@
     ("cc-by-sa-3" 'cc-by-sa3.0)
     ("cc-by-sa-4" 'cc-by-sa4.0)
     ("mit" 'expat)
+    ("x11" 'x11)
     ("fdl" 'fdl1.3+)
     ;; The GUST Font Nosource License, which is legally equivalent to
     ;; lppl1.3c+, is no longer in use (per



reply via email to

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