summaryrefslogtreecommitdiff
path: root/guix/import
diff options
context:
space:
mode:
Diffstat (limited to 'guix/import')
-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 e7229b47d1..bddd9f1c5a 100644
--- a/guix/import/texlive.scm
+++ b/guix/import/texlive.scm
@@ -162,6 +162,8 @@ When TEXLIVE-ONLY is true, only TeX Live packages are returned."
((? (cut string-suffix? "-dev" <>)) #f)
;; Guix does not use Asymptote from TeX Live. Ignore it.
("asymptote" #f)
+ ;; TeXworks in TeX Live is only for Windows. Don't bother.
+ ((or "texworks" "collection-texworks") #f)
;; Others.
(name name))
depends)))