Unverified Commit fd58d110 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #215017 from SuperSandro2000/curlHTTP3

 nghttp3,ngtcp2: add curlHTTP3 to passthru.tests 
parents c5ce8986 cb86d7d6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
{ lib, stdenv, fetchFromGitHub
, autoreconfHook, pkg-config, file
, cunit, ncurses
, curlHTTP3
}:

stdenv.mkDerivation rec {
@@ -26,6 +27,10 @@ stdenv.mkDerivation rec {
  doCheck = true;
  enableParallelBuilding = true;

  passthru.tests = {
    inherit curlHTTP3;
  };

  meta = with lib; {
    homepage = "https://github.com/ngtcp2/nghttp3";
    description = "nghttp3 is an implementation of HTTP/3 mapping over QUIC and QPACK in C.";
+5 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
, libev, nghttp3, quictls
, cunit, ncurses
, withJemalloc ? false, jemalloc
, curlHTTP3
}:

stdenv.mkDerivation rec {
@@ -29,6 +30,10 @@ stdenv.mkDerivation rec {
  doCheck = true;
  enableParallelBuilding = true;

  passthru.tests = {
    inherit curlHTTP3;
  };

  meta = with lib; {
    homepage = "https://github.com/ngtcp2/ngtcp2";
    description = "ngtcp2 project is an effort to implement QUIC protocol which is now being discussed in IETF QUICWG for its standardization.";