me
/
guix
Archived
1
0
Fork 0

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:".
Nicolas Goaziou 2023-08-14 13:44:06 +02:00
parent 6f03e4be85
commit 1619f2c18c
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

View File

@ -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)))))