chiaki-ng: fix build with gcc15 (#478266)

This commit is contained in:
Aleksana
2026-01-09 16:20:53 +00:00
committed by GitHub
+2
View File
@@ -90,6 +90,8 @@ stdenv.mkDerivation (finalAttrs: {
xxHash
];
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
cmakeFlags = [
"-Wno-dev"
(lib.cmakeFeature "CHIAKI_USE_SYSTEM_CURL" "true")