hiawatha: fix build with libxcrypt

This commit is contained in:
Franz Pletz
2022-10-09 18:10:34 +02:00
committed by Martin Weinelt
parent 71dad513b3
commit c82e7ee61b
+2 -1
View File
@@ -4,6 +4,7 @@
, cmake
, ninja
, mbedtls
, libxcrypt
, enableCache ? true # Internal cache support.
, enableIpV6 ? true
@@ -27,7 +28,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake ninja ];
buildInputs = [ mbedtls ] ++ lib.optionals enableXslt [ libxslt libxml2 ];
buildInputs = [ mbedtls libxcrypt ] ++ lib.optionals enableXslt [ libxslt libxml2 ];
prePatch = ''
substituteInPlace CMakeLists.txt --replace SETUID ""