spooftooph: fix build with gcc15

This commit is contained in:
Xiangyan Sun
2026-05-03 14:03:48 -07:00
parent ac3bc672c5
commit 168d6d4109
+2
View File
@@ -20,6 +20,8 @@ stdenv.mkDerivation (finalAttrs: {
ncurses
];
env.NIX_CFLAGS_COMPILE = "-Wno-incompatible-pointer-types";
makeFlags = [ "BIN=$(out)/bin" ];
preInstall = ''