guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: tests: Fix texlive test by sorting locations.


From: guix-commits
Subject: branch master updated: tests: Fix texlive test by sorting locations.
Date: Tue, 11 Jan 2022 14:28:26 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 10b2ad7dbf tests: Fix texlive test by sorting locations.
10b2ad7dbf is described below

commit 10b2ad7dbf01eda67685ace03ff2e0c8afc7a309
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 11 20:25:18 2022 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]