about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-03-29 11:30:14 +0300
committerGitHub <noreply@github.com>2023-03-29 11:30:14 +0300
commit84a8ceb383cbf481edb2a070ed96c1cc38c1fa53 (patch)
treea5e33c0dc47c99c5173d29eeee8d9ea123ae2dfd
parent56b9471db3303cea75869835ac92b065f983f680 (diff)
parent58f88f61b3700731a7418082fb56b87d32b58e7f (diff)
Merge pull request #223685 from xinyangli/fix/jetbrains
jetbrains: add libxcrypt-legacy
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix2
1 files changed, 2 insertions, 0 deletions
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) ''