lol

Merge pull request #204745 from tjni/petsc-stackprotector

authored by

Sandro and committed by
GitHub
3ec56548 6b8791b6

-5
-5
pkgs/development/libraries/science/math/petsc/default.nix
··· 67 67 68 68 configureScript = "python ./configure"; 69 69 70 - # disable stackprotector on aarch64-darwin for now 71 - # https://github.com/NixOS/nixpkgs/issues/158730 72 - # see https://github.com/NixOS/nixpkgs/issues/127608 for a similar issue 73 - hardeningDisable = lib.optionals (stdenv.isAarch64 && stdenv.isDarwin) [ "stackprotector" ]; 74 - 75 70 enableParallelBuilding = true; 76 71 doCheck = stdenv.hostPlatform == stdenv.buildPlatform; 77 72