bozohttpd: fix build with libxcrypt

This commit is contained in:
Franz Pletz
2022-10-09 18:10:42 +02:00
committed by Martin Weinelt
parent 31f1f3627d
commit e33af60685
+2 -1
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 = [