aboutsummaryrefslogtreecommitdiff
path: root/tests/texlive.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-01-11 20:25:18 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-01-11 20:26:39 +0100
commit10b2ad7dbf01eda67685ace03ff2e0c8afc7a309 (patch)
tree93ef1b1b71bafa73629ec8ac4879dc9990793d60 /tests/texlive.scm
parent993bc8f06cc0662632618e49f6940d5036479c8b (diff)
downloadguix-10b2ad7dbf01eda67685ace03ff2e0c8afc7a309.tar
guix-10b2ad7dbf01eda67685ace03ff2e0c8afc7a309.tar.gz
tests: Fix texlive test by sorting locations.
* tests/texlive.scm ("texlive->guix-package"): Correct order of locations.
Diffstat (limited to 'tests/texlive.scm')
-rw-r--r--tests/texlive.scm4
1 files 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))