diff options
author | Josselin Poiret <dev@jpoiret.xyz> | 2023-07-21 12:14:59 +0200 |
---|---|---|
committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2023-07-21 17:54:43 +0200 |
commit | e9969455d3a2a3597cdd35068cfd3e4078214a98 (patch) | |
tree | 17173a2a3e04cb764cccd9f36d71b7db44fb6f2b | |
parent | 51a2303cf73aa88c083aad8eefedf63a6157431a (diff) | |
download | guix-e9969455d3a2a3597cdd35068cfd3e4078214a98.tar.gz |
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.
-rw-r--r-- | tests/texlive.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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?)) |