newsboat: remove unneeded CFLAGS on darwin

This commit is contained in:
Winter 2021-12-28 15:18:30 -05:00 committed by Robert Schütz
parent d53978239b
commit eaeea6e933

View File

@ -34,9 +34,6 @@ rustPlatform.buildRustPackage rec {
make prefix="$out"
'';
# TODO: Check if that's still needed
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin " -Wno-error=format-security";
# https://github.com/NixOS/nixpkgs/pull/98471#issuecomment-703100014 . We set
# these for all platforms, since upstream's gettext crate behavior might
# change in the future.