libreswan: fix build with libxcrypt

This commit is contained in:
Martin Weinelt 2022-09-29 17:18:39 +02:00
parent 0465c23d9a
commit 555d39b246
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,6 +11,7 @@
, pam
, libevent
, libcap_ng
, libxcrypt
, curl
, nspr
, bash
@ -66,7 +67,7 @@ stdenv.mkDerivation rec {
buildInputs = [
systemd coreutils
gnused gawk gmp unbound pam libevent
libcap_ng curl nspr nss ldns
libcap_ng libxcrypt curl nspr nss ldns
# needed to patch shebangs
python3 bash
] ++ lib.optional stdenv.isLinux libselinux;