From 655f8f6a77d5063c66c8c901b21c9f25cd6a9e2b Mon Sep 17 00:00:00 2001 From: hand7s <117505144+s0me1newithhand7s@users.noreply.github.com> Date: Wed, 10 Jul 2024 22:05:04 +0300 Subject: [PATCH] ananicy-cpp: fix failing build --- pkgs/by-name/an/ananicy-cpp/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/an/ananicy-cpp/package.nix b/pkgs/by-name/an/ananicy-cpp/package.nix index a17e199a5ca7..527e9ccd585a 100644 --- a/pkgs/by-name/an/ananicy-cpp/package.nix +++ b/pkgs/by-name/an/ananicy-cpp/package.nix @@ -55,7 +55,7 @@ clangStdenv.mkDerivation rec { ]; # BPF A call to built-in function '__stack_chk_fail' is not supported. - hardeningDisable = [ "stackprotector" ]; + hardeningDisable = [ "stackprotector" "zerocallusedregs" ]; cmakeFlags = [ "-DUSE_EXTERNAL_JSON=ON"