jetbrains: add libxcrypt-legacy

This commit is contained in:
xinyangli 2023-03-29 12:09:24 +08:00
parent 4a6f9a7bd6
commit 58f88f61b3

View file

@ -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) ''