lol

monit: fix build with libxcrypt

authored by

Franz Pletz and committed by
Martin Weinelt
fe91064c 2b899ee9

+2 -1
+2 -1
pkgs/tools/system/monit/default.nix
··· 4 4 , bison 5 5 , flex 6 6 , zlib 7 + , libxcrypt 7 8 , usePAM ? stdenv.hostPlatform.isLinux 8 9 , pam 9 10 , useSSL ? true ··· 20 21 }; 21 22 22 23 nativeBuildInputs = [ bison flex ]; 23 - buildInputs = [ zlib.dev ] ++ 24 + buildInputs = [ zlib.dev libxcrypt ] ++ 24 25 lib.optionals useSSL [ openssl ] ++ 25 26 lib.optionals usePAM [ pam ]; 26 27