diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm index cb9651419b..de08981d46 100644 --- a/guix/import/texlive.scm +++ b/guix/import/texlive.scm @@ -93,6 +93,7 @@ (define string->license ("lppl1.3a" 'lppl1.3a) ("lppl1.3b" 'lppl1.3b) ("lppl1.3c" 'lppl1.3c) + ("cc0" 'cc0) ("cc-by-2" 'cc-by2.0) ("cc-by-3" 'cc-by3.0) ("cc-by-4" 'cc-by4.0) @@ -106,6 +107,7 @@ (define string->license ;; ). It has de ;; facto become GUST Font License 1.0. ((or "gfl" "gfsl") 'gfl1.0) + ("isc" 'isc) ;; These are known non-free licenses ("noinfo" 'unknown)