tests: Fix texlive test by sorting locations.

* tests/texlive.scm ("texlive->guix-package"): Correct order of locations.
This commit is contained in:
Ricardo Wurmus 2022-01-11 20:25:18 +01:00
parent 993bc8f06c
commit 10b2ad7dbf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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))