mpack: fix build with gcc15

This commit is contained in:
zowoq
2026-01-01 13:04:16 +10:00
parent d6f739416f
commit 512833d9a8
+3
View File
@@ -73,6 +73,9 @@ stdenv.mkDerivation rec {
--replace-fail "char buf[1024], buf2[1024];" "char buf[1024], buf2[1066];"
'';
# fix build with gcc15
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
nativeBuildInputs = [ autoreconfHook ];
postInstall = ''