Commit b9eceb59 authored by followin's avatar followin
Browse files

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

parent 99f77489
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
        )
      '';
    });