gatling: fix build on gcc 15 (#477260)
This commit is contained in:
@@ -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/";
|
||||
|
||||
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user