bozohttpd: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-30 02:31:37 +02:00 committed by Martin Weinelt
parent 31f1f3627d
commit e33af60685
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -6,6 +6,7 @@
, inetutils
, wget
, openssl
, libxcrypt
, minimal ? false
, userSupport ? !minimal
, cgiSupport ? !minimal
@ -42,7 +43,7 @@ stdenv.mkDerivation rec {
];
patchFlags = [ "-p3" ];
buildInputs = [ openssl ] ++ optional (luaSupport) lua;
buildInputs = [ openssl libxcrypt ] ++ optional (luaSupport) lua;
nativeBuildInputs = [ bmake groff ];
COPTS = [