diff --git a/srcpkgs/unison/patches/musl.patch b/srcpkgs/unison/patches/musl.patch deleted file mode 100644 index d9bbf9cb4a3..00000000000 --- a/srcpkgs/unison/patches/musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/fsmonitor/linux/inotify_stubs.c -+++ b/src/fsmonitor/linux/inotify_stubs.c -@@ -35,7 +35,7 @@ - #define GLIBC_SUPPORT_INOTIFY 0 - #endif - --#if GLIBC_SUPPORT_INOTIFY -+#if GLIBC_SUPPORT_INOTIFY || (!defined(__GLIBC__) && defined(__linux)) - #include - #else - #include "inotify_compat.h" diff --git a/srcpkgs/unison/template b/srcpkgs/unison/template index 3d86606a7d7..14d55810785 100644 --- a/srcpkgs/unison/template +++ b/srcpkgs/unison/template @@ -1,14 +1,14 @@ # Template file for 'unison' pkgname=unison -version=2.51.3 -revision=2 +version=2.51.4 +revision=1 hostmakedepends="ocaml" short_desc="File-synchronization tool" maintainer="allan " license="GPL-3.0-or-later" homepage="https://www.cis.upenn.edu/~bcpierce/unison/" distfiles="https://github.com/bcpierce00/unison/archive/v${version}.tar.gz" -checksum=0c287d17f52729440b2bdc28edf4d19b2d5ea5869983d78e780d501c5866914b +checksum=d1ecc7581aaf2ed0f3403d4960f468acd7b9f1d92838a17c96e6d1df79b802d5 nocross="OCaml does not cross compile" do_build() {