ctypes_sh: fix build with GCC 14 (#370818)
This commit is contained in:
@@ -32,6 +32,10 @@ stdenv.mkDerivation rec {
|
||||
libdwarf
|
||||
];
|
||||
|
||||
env = lib.optionalAttrs stdenv.cc.isGNU {
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Foreign function interface for bash";
|
||||
mainProgram = "ctypes.sh";
|
||||
|
||||
Reference in New Issue
Block a user