newsboat: remove no longer needed NIX_CFLAGS
This commit is contained in:
parent
6f0c123d8a
commit
a0e990a667
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ rustPlatform.buildRustPackage rec {
|
|||
make
|
||||
'';
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=sign-compare"
|
||||
+ stdenv.lib.optionalString stdenv.isDarwin " -Wno-error=format-security";
|
||||
# TODO: Check if that's still needed
|
||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin " -Wno-error=format-security";
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue