rman: fix build with GCC 14 (#359353)

This commit is contained in:
misuzu
2024-12-15 15:05:01 +02:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=incompatible-function-pointer-types";
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
doCheck = false; # "check" target is probably meant to do "installcheck" or something