From 9131779490b81e6c81af178a7c367357b05a6dcb Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 2 Apr 2021 19:46:12 -0400 Subject: vmware-horizon-client: use pkgs.cairo instead of bundled version --- .../applications/networking/remote/vmware-horizon-client/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/applications/networking/remote/vmware-horizon-client') diff --git a/pkgs/applications/networking/remote/vmware-horizon-client/default.nix b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix index f52373f2624db..48ea229c2447e 100644 --- a/pkgs/applications/networking/remote/vmware-horizon-client/default.nix +++ b/pkgs/applications/networking/remote/vmware-horizon-client/default.nix @@ -3,6 +3,7 @@ , at-spi2-atk , atk , buildFHSUserEnv +, cairo , dbus , fetchurl , fontconfig @@ -67,6 +68,9 @@ let # This libjpeg library interferes with Chromium, so we will be using ours instead. rm $out/lib/vmware/libjpeg.* + # This library causes the program to core-dump occasionally. Use ours instead. + rm $out/lib/vmware/view/crtbora/libcairo.* + # Force the default GTK theme (Adwaita) because Horizon is prone to # UI usability issues when using non-default themes, such as Adwaita-dark. makeWrapper "$out/bin/vmware-view" "$out/bin/vmware-view_wrapper" \ @@ -84,6 +88,7 @@ let targetPkgs = pkgs: [ at-spi2-atk atk + cairo dbus fontconfig freetype -- cgit 1.4.1