stdenv: Darwin no longer needs 10.11 workaround

Co-authored-by: happysalada <raphael@megzari.com>
This commit is contained in:
toonn
2021-11-24 15:17:13 -08:00
committed by Jonathan Ringer
co-authored by happysalada
parent 77fc5f8c14
commit 63a3ead084
-3
View File
@@ -62,9 +62,6 @@ rec {
export NIX_IGNORE_LD_THROUGH_GCC=1
unset SDKROOT
# Workaround for https://openradar.appspot.com/22671534 on 10.11.
export gl_cv_func_getcwd_abort_bug=no
stripAllFlags=" " # the Darwin "strip" command doesn't know "-s"
'';