mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
conserver: fix build with libxcrypt
This commit is contained in:
parent
fd94457528
commit
d438cee6a6
@ -3,6 +3,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
|
, libxcrypt
|
||||||
, gssapiSupport ? false
|
, gssapiSupport ? false
|
||||||
, libkrb5
|
, libkrb5
|
||||||
, freeipmiSupport ? false
|
, freeipmiSupport ? false
|
||||||
@ -36,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
buildInputs = [ ]
|
buildInputs = [ libxcrypt ]
|
||||||
++ lib.optionals freeipmiSupport [ freeipmi ]
|
++ lib.optionals freeipmiSupport [ freeipmi ]
|
||||||
++ lib.optionals gssapiSupport [ libkrb5 ]
|
++ lib.optionals gssapiSupport [ libkrb5 ]
|
||||||
++ lib.optionals opensslSupport [ openssl ];
|
++ lib.optionals opensslSupport [ openssl ];
|
||||||
|
Loading…
Reference in New Issue
Block a user