diff options
Diffstat (limited to 'tests/texlive.scm')
-rw-r--r-- | tests/texlive.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/texlive.scm b/tests/texlive.scm index 5ddd991767..f718e3a0a0 100644 --- a/tests/texlive.scm +++ b/tests/texlive.scm @@ -185,11 +185,11 @@ completely compatible with Plain TeX.") ('base32 (? string? hash)) #:trivial? #t)) ('propagated-inputs - (("texlive-cm" ',texlive-cm) - ("texlive-hyphen-base" ',texlive-hyphen-base) - ("texlive-knuth-lib" ',texlive-knuth-lib) - ("texlive-plain" ',texlive-plain) - ("texlive-tex" ',texlive-tex))) + ('list 'texlive-cm + 'texlive-hyphen-base + 'texlive-knuth-lib + 'texlive-plain + 'texlive-tex)) ('home-page "https://www.tug.org/texlive/") ('synopsis "Plain TeX macros for Physicists") ('description (? string? description)) |