diff options
author | Morgan Smith <Morgan.J.Smith@outlook.com> | 2023-04-27 17:14:47 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-24 15:04:01 +0200 |
commit | 6d0571215d661d21cac2150ca45906e77a79a5fb (patch) | |
tree | fe00313b959dcb409f8407a0dce4ea9104d25f25 /gnu/local.mk | |
parent | b5a85e31dd6fa3ed2582c79b8906abdc48ddd793 (diff) | |
download | guix-6d0571215d661d21cac2150ca45906e77a79a5fb.tar.gz |
gnu: isync: Add patch to improve openssl-3 compatibility.
* gnu/packages/patches/isync-openssl3-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (isync): Use patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 1ba60693e5..18e8235140 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1377,6 +1377,7 @@ dist_patch_DATA = \ %D%/packages/patches/irrlicht-use-system-libs.patch \ %D%/packages/patches/irrlicht-link-against-needed-libs.patch \ %D%/packages/patches/isl-0.11.1-aarch64-support.patch \ + %D%/packages/patches/isync-openssl3-fix.patch \ %D%/packages/patches/itk-snap-alt-glibc-compat.patch \ %D%/packages/patches/jami-disable-integration-tests.patch \ %D%/packages/patches/jami-libjami-headers-search.patch \ |