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:".
parent
6f03e4be85
commit
1619f2c18c
|
@ -500,7 +500,7 @@ of those files are returned that are unexpectedly installed."
|
|||
(license
|
||||
,(cond
|
||||
(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)
|
||||
(else #f))))
|
||||
(translate-depends depends #t)))))
|
||||
|
|
Reference in New Issue