3
0
Fork 0
forked from mirrors/nixpkgs

stdenv: Darwin no longer needs 10.11 workaround

Co-authored-by: happysalada <raphael@megzari.com>
This commit is contained in:
toonn 2021-06-10 11:26:48 +02:00
parent be88e55a20
commit 7501da77f6
No known key found for this signature in database
GPG key ID: A1756943D328A924

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"
'';