tests: Fix texlive test by sorting locations.
* tests/texlive.scm ("texlive->guix-package"): Correct order of locations.
parent
993bc8f06c
commit
10b2ad7dbf
|
@ -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))
|
||||
|
|
Reference in New Issue