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 , fetchFromGitHub 4 , fetchpatch 5 , autoreconfHook 6 , gssapiSupport ? false 7 , libkrb5 8 , freeipmiSupport ? false ··· 36 37 nativeBuildInputs = [ autoreconfHook ]; 38 39 - buildInputs = [ ] 40 ++ lib.optionals freeipmiSupport [ freeipmi ] 41 ++ lib.optionals gssapiSupport [ libkrb5 ] 42 ++ lib.optionals opensslSupport [ openssl ];
··· 3 , fetchFromGitHub 4 , fetchpatch 5 , autoreconfHook 6 + , libxcrypt 7 , gssapiSupport ? false 8 , libkrb5 9 , freeipmiSupport ? false ··· 37 38 nativeBuildInputs = [ autoreconfHook ]; 39 40 + buildInputs = [ libxcrypt ] 41 ++ lib.optionals freeipmiSupport [ freeipmi ] 42 ++ lib.optionals gssapiSupport [ libkrb5 ] 43 ++ lib.optionals opensslSupport [ openssl ];