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.
This commit is contained in:
Maxim Cournoyer 2023-04-18 10:22:04 -04:00
parent 661d79ad32
commit 04cccedba5
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 3 deletions

View File

@ -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)
(_