bozohttpd: fix build with libxcrypt

authored by Franz Pletz and committed by Martin Weinelt e33af606 31f1f362

+2 -1
+2 -1
pkgs/servers/http/bozohttpd/default.nix
··· 6 6 , inetutils 7 7 , wget 8 8 , openssl 9 + , libxcrypt 9 10 , minimal ? false 10 11 , userSupport ? !minimal 11 12 , cgiSupport ? !minimal ··· 42 43 ]; 43 44 patchFlags = [ "-p3" ]; 44 45 45 - buildInputs = [ openssl ] ++ optional (luaSupport) lua; 46 + buildInputs = [ openssl libxcrypt ] ++ optional (luaSupport) lua; 46 47 nativeBuildInputs = [ bmake groff ]; 47 48 48 49 COPTS = [