guix-commits
[Top][All Lists]
Advanced

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

86/96: tests: Fix texlive->guix-package test.


From: guix-commits
Subject: 86/96: tests: Fix texlive->guix-package test.
Date: Wed, 19 Apr 2023 21:41:17 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit ed854ad8e621f62b5f918ddcb23b0bc7d55a21e6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Apr 18 10:22:04 2023 -0400

    tests: Fix texlive->guix-package test.
    
    The home page for the package had changed.
    
    * tests/texlive.scm ("texlive->guix-package"): Match the home-page and
    synopsis inexactly to avoid future similar breakages.
---
 tests/texlive.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/texlive.scm b/tests/texlive.scm
index c1bd50b75f..c3631861ce 100644
--- a/tests/texlive.scm
+++ b/tests/texlive.scm
@@ -191,9 +191,9 @@ completely compatible with Plain TeX.")
                        'texlive-knuth-lib
                        'texlive-plain
                        'texlive-tex))
-               ('home-page "https://www.tug.org/texlive/";)
-               ('synopsis "Plain TeX macros for Physicists")
-               ('description (? string? description))
+               ('home-page (? string?))
+               ('synopsis (? string?))
+               ('description (? string?))
                ('license 'lppl))
              #true)
             (_



reply via email to

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