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 , inetutils 7 , wget 8 , openssl 9 , minimal ? false 10 , userSupport ? !minimal 11 , cgiSupport ? !minimal ··· 42 ]; 43 patchFlags = [ "-p3" ]; 44 45 - buildInputs = [ openssl ] ++ optional (luaSupport) lua; 46 nativeBuildInputs = [ bmake groff ]; 47 48 COPTS = [
··· 6 , inetutils 7 , wget 8 , openssl 9 + , libxcrypt 10 , minimal ? false 11 , userSupport ? !minimal 12 , cgiSupport ? !minimal ··· 43 ]; 44 patchFlags = [ "-p3" ]; 45 46 + buildInputs = [ openssl libxcrypt ] ++ optional (luaSupport) lua; 47 nativeBuildInputs = [ bmake groff ]; 48 49 COPTS = [