graalvmCEPackages.python-installable-svm-java*: fix by libxcrypt-legacy

https://hydra.nixos.org/build/213259071
This commit is contained in:
Vladimír Čunát 2023-03-25 10:46:47 +01:00
parent 9b766dd41b
commit 34ec699ea0
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -6,6 +6,7 @@
, perl
, unzip
, zlib
, libxcrypt-legacy
# extra params
, product
, javaVersion
@ -46,6 +47,7 @@ stdenv.mkDerivation ({
buildInputs = [
stdenv.cc.cc.lib # libstdc++.so.6
zlib
libxcrypt-legacy # libcrypt.so.1 (default is .2 now)
] ++ extraBuildInputs;
unpackPhase = ''