summaryrefslogtreecommitdiff
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, 2 insertions, 0 deletions
diff --git a/guix/import/texlive.scm b/guix/import/texlive.scm
index de08981d46..e7229b47d1 100644
--- a/guix/import/texlive.scm
+++ b/guix/import/texlive.scm
@@ -160,6 +160,8 @@ When TEXLIVE-ONLY is true, only TeX Live packages are returned."
;; And also development packages, which should inherit from
;; the current package anyway.
((? (cut string-suffix? "-dev" <>)) #f)
+ ;; Guix does not use Asymptote from TeX Live. Ignore it.
+ ("asymptote" #f)
;; Others.
(name name))
depends)))