mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
c-ares: add downstream tests
This commit is contained in:
parent
74f7adf0be
commit
fe2ffdcc5e
@ -1,6 +1,10 @@
|
||||
{ lib, stdenv, fetchurl, writeTextDir
|
||||
, fetchpatch
|
||||
, withCMake ? true, cmake
|
||||
|
||||
# sensitive downstream packages
|
||||
, curl
|
||||
, grpc # consumes cmake config
|
||||
}:
|
||||
|
||||
# Note: this package is used for bootstrapping fetchurl, and thus
|
||||
@ -31,6 +35,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests = {
|
||||
inherit curl grpc;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "A C library for asynchronous DNS requests";
|
||||
homepage = "https://c-ares.haxx.se";
|
||||
|
Loading…
Reference in New Issue
Block a user