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.master
parent
661d79ad32
commit
04cccedba5
|
@ -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)
|
||||
(_
|
||||
|
|
Reference in New Issue