zsync2: fix build

This commit is contained in:
Weijia Wang
2025-04-23 22:51:02 +02:00
parent 697e6157d3
commit 861dd08ccf
+2
View File
@@ -53,6 +53,8 @@ stdenv.mkDerivation (finalAttrs: {
(lib.cmakeBool "USE_SYSTEM_ARGS" true)
];
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
meta = {
description = "Rewrite of the advanced file download/sync tool zsync";
homepage = "https://github.com/AppImageCommunity/zsync2";