bozohttpd: fix build with libxcrypt
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user