diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-03-05 12:30:03 +0100 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2026-04-12 23:15:27 +0200 |
| commit | 8d3cb0bfa108f457553668ce1f716c2a410003d9 (patch) | |
| tree | 724b6f25ed5c59a4dcca208d7f2d7dab01a32c90 /guix | |
| parent | 33555b672b549e9fed647015eb95abb3ef37d154 (diff) | |
guix: texlive importer: Handle additional licenses.
* guix/import/texlive.scm (string->license): Handle additional licenses.
Change-Id: Idb89ef4b3f9ba52a404caa4cc7f4a61d4e1201e6
Diffstat (limited to 'guix')
| -rw-r--r-- | guix/import/texlive.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm index 5978f17321..2b36251f44 100644 --- a/guix/import/texlive.scm +++ b/guix/import/texlive.scm @@ -283,6 +283,7 @@ calls." (match-lambda ("artistic2" 'artistic2.0) ("apache2" 'asl2.0) + ("agpl3" 'agpl3+) ;usually means "or later" ("gpl" 'gpl3+) ("gpl1" 'gpl1) ("gpl1+" 'gpl1+) @@ -294,6 +295,7 @@ calls." ("lgpl3" 'lgpl3) ("knuth" 'knuth) ("pd" 'public-domain) + ("0bsd" 'bsd-0) ("bsd2" 'bsd-2) ("bsd3" 'bsd-3) ("bsd4" 'bsd-4) |
