chiaki-ng: fix build with gcc15

This commit is contained in:
Morgan Helton
2026-01-08 20:24:08 -06:00
parent f388761145
commit 48be9871cf
+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")