aboutsummaryrefslogtreecommitdiff
path: root/guix/import/texlive.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/import/texlive.scm')
-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)))))