diff --git a/pkgs/by-name/ga/gatling/package.nix b/pkgs/by-name/ga/gatling/package.nix index 6bcb3eb735a5..ad5e17bf7a0b 100644 --- a/pkgs/by-name/ga/gatling/package.nix +++ b/pkgs/by-name/ga/gatling/package.nix @@ -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/"; diff --git a/pkgs/by-name/li/libowfat/package.nix b/pkgs/by-name/li/libowfat/package.nix index 29095b5d71fa..25bc4faf71be 100644 --- a/pkgs/by-name/li/libowfat/package.nix +++ b/pkgs/by-name/li/libowfat/package.nix @@ -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/";