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:
parent
1ed43116cd
commit
aa9b769451
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user