soundtracker: fix build with gcc 15

This commit is contained in:
Harinn 2026-05-08 15:24:35 +07:00
commit ffcadfe15d

View file

@ -55,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: {
"--disable-alsa"
];
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
enableParallelBuilding = true;
strictDeps = true;