Fix rust-rover build

This commit is contained in:
Justin Bassett
2025-03-01 09:36:44 -05:00
parent 129eeb2aee
commit 7d6dbb529a
@@ -403,8 +403,6 @@ rec {
xargs patchelf \
--replace-needed libssl.so.10 libssl.so \
--replace-needed libcrypto.so.10 libcrypto.so
chmod +x $PWD/plugins/intellij-rust/bin/linux/*/intellij-rust-native-helper
)
'';
});