~ruther/guix-local

28a50eeac796d1b45200746cc685c7e20413d05c — Maxim Cournoyer 3 years ago b9cdff6
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>
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/tests/telephony.scm
M gnu/tests/telephony.scm => gnu/tests/telephony.scm +1 -0
@@ 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))