mpack: fix build with gcc15 (#475778)

This commit is contained in:
Aleksana
2026-01-01 03:43:22 +00:00
committed by GitHub
+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 = ''