diff options
-rw-r--r-- | tests/texlive.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texlive.scm b/tests/texlive.scm index 98461f7e51..b8b1d5c6d6 100644 --- a/tests/texlive.scm +++ b/tests/texlive.scm @@ -542,7 +542,7 @@ completely compatible with Plain TeX.") ('arguments ('list '#:builder ('gexp ('mkdir ('ungexp 'output))))) ('propagated-inputs - ('list 'texlive-collection-basic 'texlive-texworks)) + ('list 'texlive-collection-basic)) ('home-page "https://www.tug.org/texlive/") ('synopsis (? string?)) ('description (? string?)) |