Merge pull request #235248 from risicle/ris-c-ares-passthru-tests-curl

This commit is contained in:
Artturi 2023-09-01 02:40:04 +03:00 committed by GitHub
commit f9634da35f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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