mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
tests: Fix texlive->guix-package test.
This follows up on commit 1619f2c18c
.
* tests/texlive.scm ("texlive->guix-package"): Don't expect
a ‘license:’ prefix to ‘fsf-free’.
This commit is contained in:
parent
5c78644154
commit
ce4c11f8f3
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ (define %fake-tlpdb
|
|||
('synopsis (? string?))
|
||||
('description (? string?))
|
||||
('license
|
||||
('license:fsf-free "https://www.tug.org/texlive/copying.html")))
|
||||
('fsf-free "https://www.tug.org/texlive/copying.html")))
|
||||
#true)
|
||||
(_
|
||||
(begin
|
||||
|
|
Loading…
Reference in a new issue