btop: reenable stackprotector on aarch64-darwin

The original error that required disabling the stack protector on
aarch64-darwin has been fixed in GCC.
This commit is contained in:
Theodore Ni 2022-09-04 13:21:38 -07:00
parent 1ed43116cd
commit aa9b769451
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -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/";