aboutsummaryrefslogtreecommitdiff
path: root/guix/import
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-14 13:44:06 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-08-14 13:44:06 +0200
commit1619f2c18c1b3cca41f52fea3d7231b9ad490af8 (patch)
tree0c5f603e79be177a6e68f64f72c6101680baf508 /guix/import
parent6f03e4be8588165a8b470a6276d19eca318dc70a (diff)
downloadguix-1619f2c18c1b3cca41f52fea3d7231b9ad490af8.tar
guix-1619f2c18c1b3cca41f52fea3d7231b9ad490af8.tar.gz
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:".
Diffstat (limited to 'guix/import')
-rw-r--r--guix/import/texlive.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm
index f65347d7f8..581bd1b85b 100644
--- a/guix/import/texlive.scm
+++ b/guix/import/texlive.scm
@@ -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)))))