ngtcp2-gnutls: add passthru.tests
This commit is contained in:
parent
14a7499006
commit
a791d4059c
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ 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.";
|
||||
|
|
Loading…
Reference in a new issue