guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: tests: Fix texlive->guix-package test.


From: guix-commits
Subject: 02/07: tests: Fix texlive->guix-package test.
Date: Wed, 16 Aug 2023 09:03:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1def0b98eb076b2dcf17dfbd18291833e69f287e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 13 02:00:00 2023 +0200

    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?))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]