From b9eceb590ff6be653b8d34f642f1b13be89b4ea0 Mon Sep 17 00:00:00 2001 From: followin Date: Fri, 15 Sep 2023 22:55:24 +0300 Subject: [PATCH] jetbrains-rust-rover: fix plugin tests, remove autopatching of plugins shipped with ide --- pkgs/applications/editors/jetbrains/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix index 86b182ecf308..1467f960f7ef 100644 --- a/pkgs/applications/editors/jetbrains/default.nix +++ b/pkgs/applications/editors/jetbrains/default.nix @@ -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 ) ''; });