mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
jetbrains: add libxcrypt-legacy
This commit is contained in:
parent
4a6f9a7bd6
commit
58f88f61b3
@ -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) ''
|
||||
|
Loading…
Reference in New Issue
Block a user