Loading pkgs/development/compilers/gcc/patches/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ in }) # Fix undefined symbol errors when building older versions with clang ++ optional (!atLeast11 && stdenv.cc.isClang) ./clang-genconditions.patch ++ optional (!atLeast11 && stdenv.cc.isClang && stdenv.hostPlatform.isDarwin) ./clang-genconditions.patch ## gcc 9.0 and older ############################################################################## Loading Loading
pkgs/development/compilers/gcc/patches/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -195,7 +195,7 @@ in }) # Fix undefined symbol errors when building older versions with clang ++ optional (!atLeast11 && stdenv.cc.isClang) ./clang-genconditions.patch ++ optional (!atLeast11 && stdenv.cc.isClang && stdenv.hostPlatform.isDarwin) ./clang-genconditions.patch ## gcc 9.0 and older ############################################################################## Loading