We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fcc6fa + dfa982d commit 068e602Copy full SHA for 068e602
pkgs/by-name/lr/lrzsz/package.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
31
32
configureFlags = [ "--program-transform-name=s/^l//" ];
33
34
- env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=implicit-function-declaration -Wno-error=implicit-int";
+ env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration -Wno-error=implicit-int -Wno-error=incompatible-pointer-types";
35
36
meta = with lib; {
37
homepage = "https://ohse.de/uwe/software/lrzsz.html";
0 commit comments