Unverified Commit a791d405 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

ngtcp2-gnutls: add passthru.tests

parent 14a74990
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub
, autoreconfHook, pkg-config
, gnutls
, cunit, ncurses
, cunit, ncurses, knot-dns
}:

stdenv.mkDerivation rec {
@@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
  checkInputs = [ cunit ]
    ++ lib.optional stdenv.isDarwin ncurses;

  passthru.tests = knot-dns.passthru.tests; # the only consumer so far

  meta = with lib; {
    homepage = "https://github.com/ngtcp2/ngtcp2";
    description = "an effort to implement RFC9000 QUIC protocol.";