me
/
guix
Archived
1
0
Fork 0

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>
Maxim Cournoyer 2022-09-26 15:49:54 -04:00
parent b9cdff6d73
commit 28a50eeac7
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ jami account used as part of the jami configuration are left *unspecified*."
(marionette-eval
'(begin
(use-modules (gnu services herd)
(ice-9 match)
(rnrs base)
(srfi srfi-1))