tengine: fix build with libxcrypt

This commit is contained in:
Martin Weinelt 2022-09-29 17:27:45 +02:00
parent 555d39b246
commit 167544c2df
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, openssl, zlib, pcre, libxml2, libxslt { lib, stdenv, fetchFromGitHub, openssl, zlib, pcre, libxcrypt, libxml2, libxslt
, substituteAll, gd, geoip, gperftools, jemalloc, nixosTests , substituteAll, gd, geoip, gperftools, jemalloc, nixosTests
, withDebug ? false , withDebug ? false
, withMail ? false , withMail ? false
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
}; };
buildInputs = buildInputs =
[ openssl zlib pcre libxml2 libxslt gd geoip gperftools jemalloc ] [ openssl zlib pcre libxcrypt libxml2 libxslt gd geoip gperftools jemalloc ]
++ concatMap (mod: mod.inputs or []) modules; ++ concatMap (mod: mod.inputs or []) modules;
patches = singleton (substituteAll { patches = singleton (substituteAll {