From 58f88f61b3700731a7418082fb56b87d32b58e7f Mon Sep 17 00:00:00 2001 From: xinyangli Date: Wed, 29 Mar 2023 12:09:24 +0800 Subject: jetbrains: add libxcrypt-legacy --- pkgs/applications/editors/jetbrains/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix index c04e215b99084..8450fea7acba5 100644 --- a/pkgs/applications/editors/jetbrains/default.nix +++ b/pkgs/applications/editors/jetbrains/default.nix @@ -8,6 +8,7 @@ , patchelf , openssl , expat +, libxcrypt-legacy , vmopts ? null }: @@ -50,6 +51,7 @@ let libdbusmenu openssl.out expat + libxcrypt-legacy ]; dontAutoPatchelf = true; postFixup = (attrs.postFixup or "") + lib.optionalString (stdenv.isLinux) '' -- cgit 1.4.1