From e9969455d3a2a3597cdd35068cfd3e4078214a98 Mon Sep 17 00:00:00 2001 From: Josselin Poiret Date: Fri, 21 Jul 2023 12:14:59 +0200 Subject: tests: texlive: Remove texlive-texworks from propagated-inputs. * tests/texlive.scm ("texlive->guix-package, meta-package"): Remove texlive-texworks from expected propagated-inputs, as it is now ignored by texlive->guix-package. --- tests/texlive.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?)) -- cgit 1.4.1