mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
libreswan: fix build with libxcrypt
This commit is contained in:
parent
0465c23d9a
commit
555d39b246
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user