Commit 766df53f authored by David Wronek's avatar David Wronek
Browse files

curl: enable c-ares

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

Fixes: https://github.com/NixOS/nixpkgs/issues/451543


Signed-off-by: default avatarDavid Wronek <david.wronek@mainlining.org>
parent 7ce86995
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2590,6 +2590,7 @@ with pkgs;
      pslSupport = true;
      zstdSupport = true;
      http3Support = true;
      c-aresSupport = true;
    }
    // lib.optionalAttrs (!stdenv.hostPlatform.isStatic) {
      brotliSupport = true;