guix: import: Handle X11 license in texlive importer.
* guix/import/texlive.scm (string->license): Recognize X11 license.
This commit is contained in:
parent
49ba9b8165
commit
6f03e4be85
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ (define string->license
|
|||
("cc-by-sa-3" 'cc-by-sa3.0)
|
||||
("cc-by-sa-4" 'cc-by-sa4.0)
|
||||
("mit" 'expat)
|
||||
("x11" 'x11)
|
||||
("fdl" 'fdl1.3+)
|
||||
;; The GUST Font Nosource License, which is legally equivalent to
|
||||
;; lppl1.3c+, is no longer in use (per
|
||||
|
|
Loading…
Reference in a new issue