Unverified Commit ed99b359 authored by Francesco Gazzetta's avatar Francesco Gazzetta Committed by GitHub
Browse files

wayneko: fix build with GCC 14 (#501230)

parents bbda98b4 0fe717eb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,8 @@ stdenv.mkDerivation {
    hash = "sha256-2cbEcDK6WZPe4HvY1pxmZVyDAj617VP1l0Gn7uSlNaE=";
  };

  env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";

  postPatch = ''
    substituteInPlace Makefile \
      --replace-fail -Werror ""