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)))