diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-08-02 16:06:04 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-08-02 17:23:30 -0400 |
commit | 10f554700c417b84c22c56fdd007567a52c45d75 (patch) | |
tree | 7a29433e67959982feecfd6fba05ad26a632a3a7 /guix | |
parent | 0ae0d8b4ce006797967b602ab2b2e61c24594f2f (diff) |
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.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/self.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guix/self.scm b/guix/self.scm index 530632db7d..130f5d3492 100644 --- a/guix/self.scm +++ b/guix/self.scm @@ -974,6 +974,8 @@ itself." (list *core-package-modules* *package-modules* *extra-modules* *system-modules* *core-modules* *cli-modules*) ;for (guix scripts pack), etc. + #:extra-files (file-imports source "gnu/tests/data" + (const #t)) #:extensions dependencies #:guile-for-build guile-for-build)) |