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 , cmake 5 , ninja 6 , mbedtls 7 8 , enableCache ? true # Internal cache support. 9 , enableIpV6 ? true ··· 27 }; 28 29 nativeBuildInputs = [ cmake ninja ]; 30 - buildInputs = [ mbedtls ] ++ lib.optionals enableXslt [ libxslt libxml2 ]; 31 32 prePatch = '' 33 substituteInPlace CMakeLists.txt --replace SETUID ""
··· 4 , cmake 5 , ninja 6 , mbedtls 7 + , libxcrypt 8 9 , enableCache ? true # Internal cache support. 10 , enableIpV6 ? true ··· 28 }; 29 30 nativeBuildInputs = [ cmake ninja ]; 31 + buildInputs = [ mbedtls libxcrypt ] ++ lib.optionals enableXslt [ libxslt libxml2 ]; 32 33 prePatch = '' 34 substituteInPlace CMakeLists.txt --replace SETUID ""