Sergei Trofimovich
2025-05-25 07:03:21 +01:00
parent 8158addeae
commit 72567ad7ee
+2 -13
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchFromGitLab,
fetchpatch,
meson,
ninja,
pkg-config,
@@ -10,25 +9,15 @@
stdenv.mkDerivation rec {
pname = "zix";
version = "0.4.2";
version = "0.6.2";
src = fetchFromGitLab {
owner = "drobilla";
repo = "zix";
rev = "v${version}";
hash = "sha256-nMm3Mdqc4ncCae8SoyGxZYURzmXLNcp1GjsSExfB6x4=";
hash = "sha256-1fdW014QKvTYHaEmDsivUVPzF/vZgnW3Srk6edp6G1o=";
};
patches = [
# clang-16 support on Darwin:
# https://gitlab.com/drobilla/zix/-/issues/3
(fetchpatch {
name = "darwin-sync.patch";
url = "https://gitlab.com/drobilla/zix/-/commit/a6f804073de1f1e626464a9dd0a169fd3f69fdff.patch";
hash = "sha256-ZkDPjtUzIyqnYarQR+7aCj7S/gSngbd6d75aRT+h7Ww=";
})
];
nativeBuildInputs = [
meson
ninja