spooftooph: fix build with gcc15 (#516235)

This commit is contained in:
Michael Daniels
2026-05-05 00:54:09 +00:00
committed by GitHub
+2
View File
@@ -20,6 +20,8 @@ stdenv.mkDerivation (finalAttrs: {
ncurses
];
env.NIX_CFLAGS_COMPILE = "-Wno-incompatible-pointer-types";
makeFlags = [ "BIN=$(out)/bin" ];
preInstall = ''