ngtcp2-gnutls: add passthru.tests

This commit is contained in:
Vladimír Čunát 2022-09-23 14:23:25 +02:00
parent 14a7499006
commit a791d4059c
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -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.";