mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
ocserv: fix build with libxcrypt
This commit is contained in:
parent
9001f0dcd7
commit
e02766bc32
|
@ -1,6 +1,6 @@
|
|||
{ lib, stdenv, fetchFromGitLab, autoreconfHook, pkg-config, nettle, gnutls
|
||||
, libev, protobufc, guile, geoip, libseccomp, gperf, readline
|
||||
, lz4, libgssglue, ronn, pam
|
||||
, lz4, libgssglue, ronn, pam, libxcrypt
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook gperf pkg-config ronn ];
|
||||
buildInputs = [ nettle gnutls libev protobufc guile geoip libseccomp readline lz4 libgssglue pam ];
|
||||
buildInputs = [ nettle gnutls libev protobufc guile geoip libseccomp readline lz4 libgssglue pam libxcrypt ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://gitlab.com/openconnect/ocserv";
|
||||
|
|
Loading…
Reference in a new issue