conserver: fix build with libxcrypt
This commit is contained in:
parent
fd94457528
commit
d438cee6a6
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, autoreconfHook
|
||||
, libxcrypt
|
||||
, gssapiSupport ? false
|
||||
, libkrb5
|
||||
, freeipmiSupport ? false
|
||||
|
@ -36,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
buildInputs = [ ]
|
||||
buildInputs = [ libxcrypt ]
|
||||
++ lib.optionals freeipmiSupport [ freeipmi ]
|
||||
++ lib.optionals gssapiSupport [ libkrb5 ]
|
||||
++ lib.optionals opensslSupport [ openssl ];
|
||||
|
|
Loading…
Reference in a new issue