diff --git a/pkgs/applications/networking/remote/citrix-workspace/generic.nix b/pkgs/applications/networking/remote/citrix-workspace/generic.nix index 562c61a9c51c..1ea48306fe1f 100644 --- a/pkgs/applications/networking/remote/citrix-workspace/generic.nix +++ b/pkgs/applications/networking/remote/citrix-workspace/generic.nix @@ -277,6 +277,9 @@ stdenv.mkDerivation rec { "$ICAInstDir/lib" "$ICAInstDir/usr/lib/x86_64-linux-gnu" "$ICAInstDir/usr/lib/x86_64-linux-gnu/webkit2gtk-4.0/injected-bundle" + # HdxRtcEngine loads libpulse.so.0 with dlopen, so autoPatchelf + # cannot discover it from ELF dependencies. + "${lib.getLib libpulseaudio}/lib" ] );