guix: import: Do not prefix `fsf-free' with "license:" in texlive.
* guix/import/texlive.scm (tlpdb->package): For consistency with other imported licenses, `fsf-free' need not be prefixed with "license:".
This commit is contained in:
parent
6f03e4be85
commit
1619f2c18c
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ of those files are returned that are unexpectedly installed."
|
||||||
(license
|
(license
|
||||||
,(cond
|
,(cond
|
||||||
(meta-package?
|
(meta-package?
|
||||||
'(license:fsf-free "https://www.tug.org/texlive/copying.html"))
|
'(fsf-free "https://www.tug.org/texlive/copying.html"))
|
||||||
((assoc-ref data 'catalogue-license) => string->license)
|
((assoc-ref data 'catalogue-license) => string->license)
|
||||||
(else #f))))
|
(else #f))))
|
||||||
(translate-depends depends #t)))))
|
(translate-depends depends #t)))))
|
||||||
|
|
Reference in a new issue