Reinstate "services: Add a service for Jami."

This reverts commit 4673f81793, which reverted
commit 69dcc24c9f with the fix detailed below.

Thanks to Christopher Baines for reporting the failure and proposing a fix.

* guix/self.scm (compiled-guix) [*system-test-modules*]: Add the test data
files via the 'extra-files' argument.
* gnu/local.mk (dist_patch_DATA): Move the tests/data/jami-dummy-account.dat
file to...
* gnu/local.mk (MODULES_NOT_COMPILED): ... here.
This commit is contained in:
Maxim Cournoyer 2021-08-02 16:06:04 -04:00
parent 0ae0d8b4ce
commit 10f554700c
No known key found for this signature in database
GPG key ID: 1260E46482E63562
9 changed files with 2708 additions and 3 deletions

View file

@ -489,6 +489,7 @@ SCM_TESTS = \
tests/services/file-sharing.scm \
tests/services/configuration.scm \
tests/services/linux.scm \
tests/services/telephony.scm \
tests/sets.scm \
tests/size.scm \
tests/status.scm \