mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
graalvmCEPackages.python-installable-svm-java*: fix by libxcrypt-legacy
https://hydra.nixos.org/build/213259071
This commit is contained in:
parent
9b766dd41b
commit
34ec699ea0
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user