stdenv: Darwin no longer needs 10.11 workaround

Co-authored-by: happysalada <raphael@megzari.com>

authored by toonn happysalada and committed by Jonathan Ringer 63a3ead0 77fc5f8c

-3
-3
pkgs/stdenv/darwin/default.nix
··· 62 62 export NIX_IGNORE_LD_THROUGH_GCC=1 63 63 unset SDKROOT 64 64 65 - # Workaround for https://openradar.appspot.com/22671534 on 10.11. 66 - export gl_cv_func_getcwd_abort_bug=no 67 - 68 65 stripAllFlags=" " # the Darwin "strip" command doesn't know "-s" 69 66 ''; 70 67