gatling: fix build on gcc 15

This commit is contained in:
Shogo Takata
2026-01-06 05:16:36 +09:00
parent c1c7664ae7
commit 7fe831ebeb
+2
View File
@@ -44,6 +44,8 @@ stdenv.mkDerivation rec {
make gatling
'';
env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=incompatible-pointer-types" ];
meta = {
description = "High performance web server";
homepage = "http://www.fefe.de/gatling/";