freeswitch: fix build with libxcrypt

This commit is contained in:
Martin Weinelt 2022-10-03 16:47:50 +02:00
parent 284396cf04
commit 76700598c5
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -1,7 +1,7 @@
{ fetchFromGitHub, stdenv, lib, pkg-config, autoreconfHook
, ncurses, gnutls, readline
, openssl, perl, sqlite, libjpeg, speex, pcre, libuuid
, ldns, libedit, yasm, which, libsndfile, libtiff
, ldns, libedit, yasm, which, libsndfile, libtiff, libxcrypt
, callPackage
@ -116,7 +116,7 @@ stdenv.mkDerivation rec {
openssl ncurses gnutls readline libjpeg
sqlite pcre speex ldns libedit
libsndfile libtiff
libuuid
libuuid libxcrypt
]
++ lib.unique (lib.concatMap (mod: mod.inputs) enabledModules)
++ lib.optionals stdenv.isDarwin [ SystemConfiguration ];