Skip to content

Commit

Permalink
rman: fix build with GCC 14 (#359353)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 15, 2024
2 parents 3e3e6af + 6622058 commit bea6938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/rm/rman/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bea6938

Please sign in to comment.