about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorMauricio Scheffer <mauricioscheffer@gmail.com>2021-09-20 19:18:00 +0100
committerMauricio Scheffer <mauricioscheffer@gmail.com>2021-09-20 19:18:37 +0100
commit73c7b9c8c70b6b41b2a48ee718dc30a43bde2311 (patch)
tree10b425e9052c705b82a93492b06d8fd41aec8d25 /pkgs/applications/networking/remote
parent6eef746c14e77c50ba532f8d1b955c87edab79e6 (diff)
aws-workspaces: fix patchelf for liblttng-ust
Copied from github-runner @ fb7ac89d69cbf9eb0457e5fe688250616e7e2e3d
Fixes #138727
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/aws-workspaces/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/remote/aws-workspaces/default.nix b/pkgs/applications/networking/remote/aws-workspaces/default.nix
index 9efaa18e31f9c..4e00cb9bdb420 100644
--- a/pkgs/applications/networking/remote/aws-workspaces/default.nix
+++ b/pkgs/applications/networking/remote/aws-workspaces/default.nix
@@ -45,6 +45,10 @@ stdenv.mkDerivation rec {
     ${dpkg}/bin/dpkg -x $src $out
   '';
 
+  preFixup = ''
+    patchelf --replace-needed liblttng-ust.so.0 liblttng-ust.so $out/bin/libcoreclrtraceptprovider.so
+  '';
+
   installPhase = ''
     mkdir -p $out/bin
     mv $out/opt/workspacesclient/* $out/bin