jetbrains.rust-rover: fix build by removing unneeeded patchelf

This commit is contained in:
Siddhartha 2024-03-04 13:39:21 -05:00
parent db9a961e9d
commit 000774b8e9

View File

@ -240,8 +240,6 @@ rec {
--replace-needed libssl.so.10 libssl.so \
--replace-needed libcrypto.so.10 libcrypto.so
interp="$(cat $NIX_CC/nix-support/dynamic-linker)"
patchelf --set-interpreter $interp $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper
chmod +x $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper
)
'';