From 10b2ad7dbf01eda67685ace03ff2e0c8afc7a309 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 11 Jan 2022 20:25:18 +0100 Subject: [PATCH] tests: Fix texlive test by sorting locations. * tests/texlive.scm ("texlive->guix-package"): Correct order of locations. --- tests/texlive.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/texlive.scm b/tests/texlive.scm index 368e36e31a..5ddd991767 100644 --- a/tests/texlive.scm +++ b/tests/texlive.scm @@ -177,9 +177,9 @@ completely compatible with Plain TeX.") (('package ('inherit ('simple-texlive-package "texlive-texsis" - ('list "doc/man/man1/" + ('list "bibtex/bst/texsis/" + "doc/man/man1/" "doc/otherformats/texsis/base/" - "bibtex/bst/texsis/" "tex/texsis/base/" "tex/texsis/config/") ('base32 (? string? hash))