about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/jetbrains/default.nix')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 86b182ecf308d..1467f960f7ef0 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
         )
       '';
     });