jetbrains-rust-rover: fix plugin tests, remove autopatching of plugins shipped with ide

This commit is contained in:
followin 2023-09-15 22:55:24 +03:00
parent 99f7748964
commit b9eceb590f

View File

@ -17,8 +17,6 @@
, openssl
, expat
, libxcrypt-legacy
, audit
, linux-pam
, vmopts ? null
}:
@ -312,8 +310,6 @@ let
libdbusmenu
openssl.out
libxcrypt-legacy
audit
linux-pam
];
dontAutoPatchelf = true;
postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) ''
@ -332,7 +328,6 @@ let
--replace-needed libcrypto.so.10 libcrypto.so
autoPatchelf $PWD/bin
autoPatchelf $PWD/plugins
)
'';
});