mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
aws-workspaces: fix patchelf for liblttng-ust
Copied from github-runner @ fb7ac89d69
Fixes #138727
This commit is contained in:
parent
6eef746c14
commit
73c7b9c8c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user