mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
tests: Adjust tests/egg.scm to latest API changes.
This is a followup to b999c80c2e
.
* tests/egg.scm (eval-test-with-egg-file): Pass 'version' argument to
'egg->guix-package'.
This commit is contained in:
parent
e9e1627849
commit
114005bea6
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ (define (eval-test-with-egg-file egg-name egg-test egg-file matcher)
|
|||
(call-with-output-file egg-file
|
||||
(lambda (port)
|
||||
(write egg-test port)))
|
||||
(matcher (egg->guix-package egg-name
|
||||
(matcher (egg->guix-package egg-name #f
|
||||
#:file egg-file
|
||||
#:source (plain-file
|
||||
(string-append egg-name "-egg")
|
||||
|
|
Loading…
Reference in a new issue