guix-commits
[Top][All Lists]
Advanced

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

03/18: tests: texlive: Remove texlive-texworks from propagated-inputs.


From: guix-commits
Subject: 03/18: tests: texlive: Remove texlive-texworks from propagated-inputs.
Date: Fri, 21 Jul 2023 07:27:02 -0400 (EDT)

janneke pushed a commit to branch hurd-team
in repository guix.

commit d2894dd4efc716913419470eac3dd6ed1111ab1b
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Jul 21 12:14:59 2023 +0200

    tests: texlive: Remove texlive-texworks from propagated-inputs.
    
    * 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 @@ 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]