[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
411/435: guix: import: Fix Creative Common licenses in texlive importer.
From: |
guix-commits |
Subject: |
411/435: guix: import: Fix Creative Common licenses in texlive importer. |
Date: |
Tue, 6 Jun 2023 11:40:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6c45b93a896d5f73bcb719433d198ed21f5ecab7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 27 15:29:18 2023 +0200
guix: import: Fix Creative Common licenses in texlive importer.
* guix/import/texlive.scm (string->license): Fix symbol used for some CC-BY
licenses. Add version 4.0 for CC-BY and CC-BY-SA.
---
guix/import/texlive.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm
index fd772d3133..46680a0b6b 100644
--- a/guix/import/texlive.scm
+++ b/guix/import/texlive.scm
@@ -90,10 +90,12 @@
("lppl1.3a" 'lppl1.3a)
("lppl1.3b" 'lppl1.3b)
("lppl1.3c" 'lppl1.3c)
- ("cc-by-2" 'cc-by-2.0)
- ("cc-by-3" 'cc-by-3.0)
+ ("cc-by-2" 'cc-by2.0)
+ ("cc-by-3" 'cc-by3.0)
+ ("cc-by-4" 'cc-by4.0)
("cc-by-sa-2" 'cc-by-sa2.0)
("cc-by-sa-3" 'cc-by-sa3.0)
+ ("cc-by-sa-4" 'cc-by-sa4.0)
("mit" 'expat)
("fdl" 'fdl1.3+)
("gfl" 'gfl1.0)
- 366/435: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 366/435: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 373/435: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 376/435: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 382/435: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/06
- 391/435: gnu: texlive-cm: Fix build., guix-commits, 2023/06/06
- 392/435: gnu: texlive-etex: Fix build., guix-commits, 2023/06/06
- 398/435: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/06
- 404/435: gnu: texlive-cs: Fix build., guix-commits, 2023/06/06
- 406/435: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/06
- 408/435: gnu: Add texlive-semaphor., guix-commits, 2023/06/06
- 411/435: guix: import: Fix Creative Common licenses in texlive importer.,
guix-commits <=
- 427/435: gnu: texlive-luatex: Create formats., guix-commits, 2023/06/06
- 430/435: gnu: texlive-csplain: Create formats., guix-commits, 2023/06/06
- 426/435: gnu: texlive-latex-base: Simplify package., guix-commits, 2023/06/06
- 435/435: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/06