Revert "tsm-client: fix patching rpath with autoPatchelf"

This reverts commit 1ed9ba08f1.

After the underlying bug in `auto-patchelf.py` got fixed,
this workaround is no longer necessary.
This commit is contained in:
Yarny0 2023-01-14 19:22:38 +01:00
parent 818d0f8cf1
commit 57c8c6c3d2

View file

@ -159,16 +159,6 @@ let
ln --symbolic --force --no-target-directory "$out/$(cut -b 7- <<< "$target")" "$link"
done
'';
# since 7b9fd5d1c9802131ca0a01ff08a3ff64379d2df4
# autopatchelf misses to add $out/lib to rpath;
# we have to call autopatchelf manually as it would
# run too late and overwrite our rpath otherwise
dontAutoPatchelf = true;
postFixup = ''
autoPatchelf $out
patchelf --add-rpath $out/lib $out/lib/*
'';
};
binPath = lib.makeBinPath ([ acl gnugrep procps ]