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