mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
Merge pull request #163188 from jonringer/nghttp2-tests
This commit is contained in:
commit
0773ddf781
@ -10,6 +10,10 @@
|
||||
, enableJemalloc ? false, jemalloc ? null
|
||||
, enableApp ? with stdenv.hostPlatform; !isWindows && !isStatic
|
||||
, enablePython ? false, python ? null, cython ? null, ncurses ? null, setuptools ? null
|
||||
|
||||
# downstream dependencies, for testing
|
||||
, curl
|
||||
, libsoup
|
||||
}:
|
||||
|
||||
# Note: this package is used for bootstrapping fetchurl, and thus
|
||||
@ -73,6 +77,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
#doCheck = true; # requires CUnit ; currently failing at test_util_localtime_date in util_test.cc
|
||||
|
||||
passthru.tests = {
|
||||
inherit curl libsoup;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://nghttp2.org/";
|
||||
description = "A C implementation of HTTP/2";
|
||||
|
Loading…
Reference in New Issue
Block a user