Reinstate "services: Add a service for Jami."
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 2 Aug 2021 20:06:04 +0000 (16:06 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Mon, 2 Aug 2021 21:23:30 +0000 (17:23 -0400)
commit10f554700c417b84c22c56fdd007567a52c45d75
tree7a29433e67959982feecfd6fba05ad26a632a3a7
parent0ae0d8b4ce006797967b602ab2b2e61c24594f2f
Reinstate "services: Add a service for Jami."

This reverts commit 4673f817938d9d2b1b40a072ab2e0c44a32ccc97, which reverted
commit 69dcc24c9f0cdfea674eb690e7755d26a25ced2b 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.
Makefile.am
doc/guix.texi
gnu/build/jami-service.scm [new file with mode: 0644]
gnu/local.mk
gnu/services/telephony.scm
gnu/tests/data/jami-dummy-account.dat [new file with mode: 0644]
gnu/tests/telephony.scm [new file with mode: 0644]
guix/self.scm
tests/services/telephony.scm [new file with mode: 0644]