summaryrefslogtreecommitdiff
path: root/tests/texlive.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-08-13 02:00:00 +0200
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-09-17 15:08:27 -0400
commit755aa64de50bda6e5b1823246b17926d872a1e07 (patch)
treeb2116aaa5b84b27b6058d29b0cf64a2790aa664b /tests/texlive.scm
parentfb81432e71dd7cd3e1b6bafa25d5130ff1bbbd56 (diff)
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.
Diffstat (limited to 'tests/texlive.scm')
-rw-r--r--tests/texlive.scm2
1 files changed, 1 insertions, 1 deletions
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?))