bug-guix
[Top][All Lists]
Advanced

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

bug#64760: [PATCH 3/3] tests: texlive: Remove texlive-texworks from prop


From: Josselin Poiret
Subject: bug#64760: [PATCH 3/3] tests: texlive: Remove texlive-texworks from propagated-inputs.
Date: Fri, 21 Jul 2023 12:14:59 +0200

From: Josselin Poiret <dev@jpoiret.xyz>

* 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 @@ (define %fake-tlpdb
                ('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?))
-- 
2.40.1






reply via email to

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