mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
tests: telephony: Add missing import to fix jami tests.
* gnu/tests/telephony.scm (run-jami-test): Add a missing (ice-9 match) import directive. Co-authored-by: Olivier Dion <olivier.dion@polymtl.ca>
This commit is contained in:
parent
b9cdff6d73
commit
28a50eeac7
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ (define marionette
|
|||
(marionette-eval
|
||||
'(begin
|
||||
(use-modules (gnu services herd)
|
||||
(ice-9 match)
|
||||
(rnrs base)
|
||||
(srfi srfi-1))
|
||||
|
||||
|
|
Loading…
Reference in a new issue