···54 # Deleting the bundled library is the simplest way to force it to use our version.
55 rm "$out/lib/vmware/gcc/libstdc++.so.6"
5600057 # This opensc library is required to support smartcard authentication during the
58 # initial connection to Horizon.
59 mkdir $out/lib/vmware/view/pkcs11
···54 # Deleting the bundled library is the simplest way to force it to use our version.
55 rm "$out/lib/vmware/gcc/libstdc++.so.6"
5657+ # This bundled version of libpng causes browser issues, and would prevent web-based sign-on.
58+ rm "$out/lib/vmware/libpng16.so.16"
59+60 # This opensc library is required to support smartcard authentication during the
61 # initial connection to Horizon.
62 mkdir $out/lib/vmware/view/pkcs11