hiawatha: fix build
This commit is contained in:
parent
eb76459e90
commit
b5f833a316
@ -6,6 +6,7 @@
|
|||||||
, ninja
|
, ninja
|
||||||
, mbedtls
|
, mbedtls
|
||||||
, libxcrypt
|
, libxcrypt
|
||||||
|
, zlib
|
||||||
|
|
||||||
, enableCache ? true # Internal cache support.
|
, enableCache ? true # Internal cache support.
|
||||||
, enableIpV6 ? true
|
, enableIpV6 ? true
|
||||||
@ -29,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ninja ];
|
nativeBuildInputs = [ cmake ninja ];
|
||||||
buildInputs = [ mbedtls libxcrypt ] ++ lib.optionals enableXslt [ libxslt libxml2 ];
|
buildInputs = [ mbedtls libxcrypt zlib ] ++ lib.optionals enableXslt [ libxslt libxml2 ];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
substituteInPlace CMakeLists.txt --replace SETUID ""
|
substituteInPlace CMakeLists.txt --replace SETUID ""
|
||||||
|
Loading…
Reference in New Issue
Block a user