mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 15:23:26 +00:00
Merge pull request #313250 from buckley310/2024-05-20-vmware
vmware-horizon-client: remove bundled libpng
This commit is contained in:
commit
f10dc46ed4
@ -54,6 +54,9 @@ let
|
||||
# Deleting the bundled library is the simplest way to force it to use our version.
|
||||
rm "$out/lib/vmware/gcc/libstdc++.so.6"
|
||||
|
||||
# This bundled version of libpng causes browser issues, and would prevent web-based sign-on.
|
||||
rm "$out/lib/vmware/libpng16.so.16"
|
||||
|
||||
# This opensc library is required to support smartcard authentication during the
|
||||
# initial connection to Horizon.
|
||||
mkdir $out/lib/vmware/view/pkcs11
|
||||
|
Loading…
Reference in New Issue
Block a user