From 1def0b98eb076b2dcf17dfbd18291833e69f287e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 13 Aug 2023 02:00:00 +0200 Subject: [PATCH] tests: Fix texlive->guix-package test. This follows up on commit 985cf777b9aa394d4469205d6fea98d367a2ef32. * tests/texlive.scm ("texlive->guix-package"): Don't expect a texlive-texworks propagated input. --- tests/texlive.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/texlive.scm b/tests/texlive.scm index b07bbe6ad5..fac9faf714 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?))