Merge pull request #313250 from buckley310/2024-05-20-vmware

vmware-horizon-client: remove bundled libpng

authored by Florian Klink and committed by GitHub f10dc46e 757dcda6

+3
+3
pkgs/applications/networking/remote/vmware-horizon-client/default.nix
··· 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" 56 57 # 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" 56 57 + # 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