mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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 @@ (define (tlpdb->package name version package-database)
|
|||
(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)))))
|
||||
|
|
Loading…
Reference in a new issue