about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2021-12-28 15:18:30 -0500
committerRobert Schütz <github@dotlambda.de>2021-12-28 21:00:00 +0000
commiteaeea6e9337b93d2acb7c2aa27e3f4617408375a (patch)
treefa2e23d7f8de1bce39e868303cb49256249611a9 /pkgs/applications/networking/feedreaders
parentd53978239b265066804a45b7607b010b9cb4c50c (diff)
newsboat: remove unneeded CFLAGS on darwin
Diffstat (limited to 'pkgs/applications/networking/feedreaders')
-rw-r--r--pkgs/applications/networking/feedreaders/newsboat/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/networking/feedreaders/newsboat/default.nix b/pkgs/applications/networking/feedreaders/newsboat/default.nix
index 8c9587254d7ad..e746f115043b2 100644
--- a/pkgs/applications/networking/feedreaders/newsboat/default.nix
+++ b/pkgs/applications/networking/feedreaders/newsboat/default.nix
@@ -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.