jetbrains-rust-rover: patch intellij-rust-native-helper plugin

This commit is contained in:
followin 2023-09-15 23:22:36 +03:00
parent b9eceb590f
commit f6ec82bbf3

View file

@ -328,6 +328,10 @@ let
--replace-needed libcrypto.so.10 libcrypto.so
autoPatchelf $PWD/bin
interp="$(cat $NIX_CC/nix-support/dynamic-linker)"
patchelf --set-interpreter $interp $PWD/plugins/intellij-rust/bin/linux/x86-64/intellij-rust-native-helper
chmod +x $PWD/plugins/intellij-rust/bin/linux/x86-64/intellij-rust-native-helper
)
'';
});