Commit b5bbaf2d authored by Randy Eckenrode's avatar Randy Eckenrode Committed by Emily
Browse files

ovftool: drop libc++ replacement

The libc++ in nixpkgs is not ABI-compatible with the system libc++, so
replacements are not guaranteed to work.

See: https://discourse.llvm.org/t/apples-libc-now-provides-std-type-descriptor-t-functionality-not-found-in-upstream-libc/73881/3
parent dc4c9752
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -240,7 +240,6 @@ stdenv.mkDerivation (final: {
      done

      # Patches for ovftool binary
      change_args+=(-change /usr/lib/libc++.1.dylib ${stdenv.cc.libcxx}/lib/libc++.1.dylib)
      change_args+=(-change /usr/lib/libiconv.2.dylib ${libiconv}/lib/libiconv.2.dylib)
      change_args+=(-change /usr/lib/libxml2.2.dylib ${libxml2}/lib/libxml2.2.dylib)
      change_args+=(-change /usr/lib/libz.1.dylib ${zlib}/lib/libz.1.dylib)