emmy-lua-code-style: fix build with gcc 15 (on Linux) (#522266)

This commit is contained in:
Norbert Melzer
2026-05-20 18:33:58 +00:00
committed by GitHub
@@ -19,6 +19,9 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [ cmake ];
# Vendored mimalloc-2.0.9 uses ATOMIC_VAR_INIT, removed in C23.
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
passthru.updateScript = nix-update-script { };
meta = {