[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
411/418: guix: import: Fix Creative Common licenses in texlive importer.
From: |
guix-commits |
Subject: |
411/418: guix: import: Fix Creative Common licenses in texlive importer. |
Date: |
Mon, 29 May 2023 17:39:48 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 1df7db6f02f02cb6e5f9869a6c5fd28813cac9f5
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)
- 338/418: gnu: texlive-tex-gyre: Refresh package definition., (continued)
- 338/418: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/05/29
- 341/418: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/05/29
- 337/418: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/05/29
- 345/418: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/29
- 347/418: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/29
- 351/418: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/29
- 348/418: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/29
- 352/418: gnu: Add texlive-manfnt., guix-commits, 2023/05/29
- 354/418: gnu: Add texlive-mptopdf., guix-commits, 2023/05/29
- 361/418: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/29
- 411/418: guix: import: Fix Creative Common licenses in texlive importer.,
guix-commits <=
- 375/418: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 399/418: gnu: texlive-eurosym: Fix build., guix-commits, 2023/05/29
- 405/418: gnu: texlive-lh: Fix build., guix-commits, 2023/05/29
- 378/418: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 371/418: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 409/418: gnu: Add texlive-knuth-local., guix-commits, 2023/05/29
- 374/418: gnu: texlive-fvextra: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 376/418: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 389/418: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/29
- 372/418: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29