wayneko: fix build with GCC 14 (#501230)

This commit is contained in:
Francesco Gazzetta
2026-03-19 16:30:44 +00:00
committed by GitHub
+2
View File
@@ -19,6 +19,8 @@ stdenv.mkDerivation {
hash = "sha256-2cbEcDK6WZPe4HvY1pxmZVyDAj617VP1l0Gn7uSlNaE=";
};
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
postPatch = ''
substituteInPlace Makefile \
--replace-fail -Werror ""