hiawatha: fix build with libxcrypt

authored by Franz Pletz and committed by Martin Weinelt c82e7ee6 71dad513

+2 -1
+2 -1
pkgs/servers/http/hiawatha/default.nix
··· 4 4 , cmake 5 5 , ninja 6 6 , mbedtls 7 + , libxcrypt 7 8 8 9 , enableCache ? true # Internal cache support. 9 10 , enableIpV6 ? true ··· 27 28 }; 28 29 29 30 nativeBuildInputs = [ cmake ninja ]; 30 - buildInputs = [ mbedtls ] ++ lib.optionals enableXslt [ libxslt libxml2 ]; 31 + buildInputs = [ mbedtls libxcrypt ] ++ lib.optionals enableXslt [ libxslt libxml2 ]; 31 32 32 33 prePatch = '' 33 34 substituteInPlace CMakeLists.txt --replace SETUID ""