diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 23:07:13 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-07-31 23:08:51 -0400 |
commit | 3a656ea836f87f30f1b34852cb4efc911363d2b4 (patch) | |
tree | 16a1d0f57a0229712e72af87a95c42e2b6da5519 /gnu/local.mk | |
parent | ccf6401d050ab90afba35d6491692338d84c9f4d (diff) | |
download | guix-3a656ea836f87f30f1b34852cb4efc911363d2b4.tar.gz |
gnu: jami: Apply upstream patch that fixes a usability issue.
* gnu/packages/patches/jami-fix-esc-bug.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/jami.scm (%jami-sources): Apply it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 4f44e2f103..bba9f08bbe 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1304,6 +1304,7 @@ dist_patch_DATA = \ %D%/packages/patches/irrlicht-link-against-needed-libs.patch \ %D%/packages/patches/isl-0.11.1-aarch64-support.patch \ %D%/packages/patches/itk-snap-alt-glibc-compat.patch \ + %D%/packages/patches/jami-fix-esc-bug.patch \ %D%/packages/patches/json-c-0.13-CVE-2020-12762.patch \ %D%/packages/patches/json-c-0.12-CVE-2020-12762.patch \ %D%/packages/patches/jsoncpp-pkg-config-version.patch \ |