aboutsummaryrefslogtreecommitdiff
path: root/tests/texlive.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-08-13 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-08-13 02:00:00 +0200
commit1def0b98eb076b2dcf17dfbd18291833e69f287e (patch)
treef7a8b756cb90ef5223d94545e176a48ed0fb5827 /tests/texlive.scm
parentce4c11f8f3e710acd7b8bd90dc6605bbde520715 (diff)
downloadguix-1def0b98eb076b2dcf17dfbd18291833e69f287e.tar
guix-1def0b98eb076b2dcf17dfbd18291833e69f287e.tar.gz
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?))