c-ares: ensure passthru.tests' curl is built with c-ares support

kinda pointless otherwise
This commit is contained in:
Robert Scott 2023-05-31 19:33:48 +01:00
parent 8b4cc62cc8
commit 9f6dad5ab3

View file

@ -31,7 +31,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
inherit curl grpc;
inherit grpc;
curl = (curl.override { c-aresSupport = true; }).tests.withCheck;
};
meta = with lib; {