xmrig: disable fortify hardening

This commit is contained in:
Victor Freire 2023-08-22 11:20:05 -03:00 committed by Anderson Torres
parent ac7ed741a5
commit a74c5bbf0a

View File

@ -59,6 +59,9 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
# https://github.com/NixOS/nixpkgs/issues/245534
hardeningDisable = [ "fortify" ];
meta = with lib; {
description = "Monero (XMR) CPU miner";
homepage = "https://github.com/xmrig/xmrig";