mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02: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:
@@ -72,7 +72,7 @@
|
||||
(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")
|
||||
|
||||
Reference in New Issue
Block a user