soundtracker: fix build with gcc 15

This commit is contained in:
Harinn
2026-05-08 15:24:35 +07:00
parent 6f16c47e91
commit ffcadfe15d
+2
View File
@@ -55,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: {
"--disable-alsa"
];
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
enableParallelBuilding = true;
strictDeps = true;