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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user