diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-29 11:22:53 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-11-29 14:02:43 -0500 |
commit | e7502b3300cc4f70194fc28856b84bfccbdeb46d (patch) | |
tree | bf8373cae6942e6c10958482e36ca0096dd2b5a5 /gnu/packages/jami.scm | |
parent | 582b2ccd90f3c85e48b084a5953f9fb08b7a0ece (diff) |
gnu: jami: Apply a patch to fix receiving of text messages over SIP.
* gnu/packages/patches/jami-sip-contacts.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/jami.scm (%jami-sources): Apply it.
Diffstat (limited to 'gnu/packages/jami.scm')
-rw-r--r-- | gnu/packages/jami.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm index a9a988ca5a..45618beb9b 100644 --- a/gnu/packages/jami.scm +++ b/gnu/packages/jami.scm @@ -99,6 +99,7 @@ "jami-fix-unit-tests-build.patch" "jami-fix-qml-imports.patch" "jami-no-webengine.patch" + "jami-sip-contacts.patch" "jami-sip-unregister.patch" "jami-xcb-link.patch")))) |