zeroc-ice: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-30 02:01:41 +02:00 committed by Martin Weinelt
parent 55a576305e
commit f9df47f16d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,5 +1,5 @@
{ stdenv, lib, fetchFromGitHub
, bzip2, expat, libedit, lmdb, openssl
, bzip2, expat, libedit, lmdb, openssl, libxcrypt
, python3 # for tests only
, cpp11 ? false
}:
@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
sha256 = "sha256-h455isEmnRyoasXhh1UaA5PICcEEM8/C3IJf5yHRl5g=";
};
buildInputs = [ zeroc_mcpp bzip2 expat libedit lmdb openssl ];
buildInputs = [ zeroc_mcpp bzip2 expat libedit lmdb openssl libxcrypt ];
preBuild = ''
makeFlagsArray+=(