ctypes_sh: fix build with GCC 14 (#370818)

This commit is contained in:
Peder Bergebakken Sundt
2025-01-17 01:28:53 +01:00
committed by GitHub
+4
View File
@@ -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";