[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
411/458: guix: import: Fix Creative Common licenses in texlive importer.
From: |
guix-commits |
Subject: |
411/458: guix: import: Fix Creative Common licenses in texlive importer. |
Date: |
Wed, 14 Jun 2023 05:23:24 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3f85a2a98d7b8901dcd623ce31a1f6fbc96039bd
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)
- 381/458: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 381/458: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 382/458: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 363/458: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 387/458: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 398/458: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/14
- 401/458: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/14
- 390/458: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/14
- 385/458: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 399/458: gnu: texlive-eurosym: Fix build., guix-commits, 2023/06/14
- 417/458: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/14
- 411/458: guix: import: Fix Creative Common licenses in texlive importer.,
guix-commits <=
- 432/458: gnu: texlive-xetex: Create formats., guix-commits, 2023/06/14
- 436/458: guix: texlive importer: Fix build system and arguments for meta-packages., guix-commits, 2023/06/14
- 440/458: gnu: Add texlive-xdvi., guix-commits, 2023/06/14
- 448/458: gnu: Add texlive-pslatex., guix-commits, 2023/06/14
- 449/458: gnu: Add texlive-pspicture., guix-commits, 2023/06/14
- 451/458: gnu: Add texlive-scheme-basic., guix-commits, 2023/06/14
- 455/458: gnu: Deprecate texlive-base in favor of texlive-scheme-basic., guix-commits, 2023/06/14
- 145/458: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/06/14
- 147/458: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/14
- 213/458: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/14