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
This commit is contained in:
Randy Eckenrode
2025-04-13 13:57:35 -04:00
committed by Emily
parent dc4c97529d
commit b5bbaf2d52
-1
View File
@@ -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)