diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-27 13:57:54 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-27 14:01:34 -0500 |
commit | 1916d6df6fc03a788bc4bbb56c01bdeb15fc8389 (patch) | |
tree | 5561b440b41b5360576435bd774faf57be6c5df6 /gnu/packages/jami.scm | |
parent | 95a74533f12a2636caafc93f24a8058adc8d27c9 (diff) |
gnu: jami-libclient: Properly return the list of audio managers.
* gnu/packages/patches/jami-libclient-audio-managers.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/jami.scm (jami)[source]: Move all patches to...
(%jami-sources): here and add the newly added patch.
Diffstat (limited to 'gnu/packages/jami.scm')
-rw-r--r-- | gnu/packages/jami.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index c4300daf1b..443e42e2db 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -86,6 +86,10 @@ "client-ios" "client-macosx" "client-uwp")))) + (patches (search-patches "jami-libclient-audio-managers.patch" + "jami-fix-crash-on-quit.patch" + "jami-images-loading.patch" + "jami-memory-usage.patch")) (sha256 (base32 "12h4a0nj3gh05w64gkywrrb64agrhn6y3q4b9cqnhvr1vdkzlj0h")))) @@ -566,11 +570,7 @@ decentralized calling using P2P-DHT.") (package (name "jami") (version %jami-version) - (source (origin - (inherit %jami-sources) - (patches (search-patches "jami-fix-crash-on-quit.patch" - "jami-images-loading.patch" - "jami-memory-usage.patch")))) + (source %jami-sources) (build-system qt-build-system) (outputs '("out" "debug")) (arguments |