newsboat: remove no longer needed NIX_CFLAGS
This commit is contained in:
@@ -34,8 +34,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
make
|
make
|
||||||
'';
|
'';
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=sign-compare"
|
# TODO: Check if that's still needed
|
||||||
+ stdenv.lib.optionalString stdenv.isDarwin " -Wno-error=format-security";
|
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin " -Wno-error=format-security";
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user