about summary refs log tree commit diff
path: root/pkgs/tools/system/btop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/btop/default.nix')
-rw-r--r--pkgs/tools/system/btop/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/system/btop/default.nix b/pkgs/tools/system/btop/default.nix
index 8c2c248fc97e..092163f68c77 100644
--- a/pkgs/tools/system/btop/default.nix
+++ b/pkgs/tools/system/btop/default.nix
@@ -18,8 +18,6 @@ stdenv.mkDerivation rec {
     sha256 = hash;
   };
 
-  hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ "stackprotector" ];
-
   ADDFLAGS = with darwin.apple_sdk.frameworks;
     lib.optional stdenv.isDarwin
       "-F${IOKit}/Library/Frameworks/";