mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
tests: Fix texlive test by sorting locations.
* tests/texlive.scm ("texlive->guix-package"): Correct order of locations.
This commit is contained in:
parent
993bc8f06c
commit
10b2ad7dbf
1 changed files with 2 additions and 2 deletions
|
@ -177,9 +177,9 @@ (define %fake-tlpdb
|
|||
(('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))
|
||||
|
|
Loading…
Reference in a new issue