lol

conserver: fix build with libxcrypt

authored by

Franz Pletz and committed by
Martin Weinelt
d438cee6 fd944575

+2 -1
+2 -1
pkgs/tools/misc/conserver/default.nix
··· 3 3 , fetchFromGitHub 4 4 , fetchpatch 5 5 , autoreconfHook 6 + , libxcrypt 6 7 , gssapiSupport ? false 7 8 , libkrb5 8 9 , freeipmiSupport ? false ··· 36 37 37 38 nativeBuildInputs = [ autoreconfHook ]; 38 39 39 - buildInputs = [ ] 40 + buildInputs = [ libxcrypt ] 40 41 ++ lib.optionals freeipmiSupport [ freeipmi ] 41 42 ++ lib.optionals gssapiSupport [ libkrb5 ] 42 43 ++ lib.optionals opensslSupport [ openssl ];