mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
tests: Fix texlive->guix-package test.
This follows up on commit 985cf777b9
.
* tests/texlive.scm ("texlive->guix-package"): Don't expect
a texlive-texworks propagated input.
This commit is contained in:
parent
ce4c11f8f3
commit
1def0b98eb
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ (define %fake-tlpdb
|
||||||
('arguments
|
('arguments
|
||||||
('list '#:builder ('gexp ('mkdir ('ungexp 'output)))))
|
('list '#:builder ('gexp ('mkdir ('ungexp 'output)))))
|
||||||
('propagated-inputs
|
('propagated-inputs
|
||||||
('list 'texlive-collection-basic 'texlive-texworks))
|
('list 'texlive-collection-basic))
|
||||||
('home-page "https://www.tug.org/texlive/")
|
('home-page "https://www.tug.org/texlive/")
|
||||||
('synopsis (? string?))
|
('synopsis (? string?))
|
||||||
('description (? string?))
|
('description (? string?))
|
||||||
|
|
Loading…
Reference in a new issue