curl: enable c-ares

This enables the `--dns-servers` option.

Fixes: https://github.com/NixOS/nixpkgs/issues/451543
Signed-off-by: David Wronek <david.wronek@mainlining.org>
This commit is contained in:
David Wronek
2025-10-18 08:45:36 +02:00
parent 7ce8699579
commit 766df53f7b
+1
View File
@@ -2590,6 +2590,7 @@ with pkgs;
pslSupport = true;
zstdSupport = true;
http3Support = true;
c-aresSupport = true;
}
// lib.optionalAttrs (!stdenv.hostPlatform.isStatic) {
brotliSupport = true;