gatling: fix build on gcc 15 (#477260)

This commit is contained in:
Aleksana
2026-01-08 09:40:09 +00:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+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/";
+2
View File
@@ -32,6 +32,8 @@ stdenv.mkDerivation rec {
];
enableParallelBuilding = true;
env.NIX_CFLAGS_COMPILE = toString [ "-Wno-error=incompatible-pointer-types" ];
meta = {
description = "GPL reimplementation of libdjb";
homepage = "https://www.fefe.de/libowfat/";