aria2: make tests run, but disable

This commit is contained in:
Jan Malakhovski 2018-08-08 21:36:41 +00:00
parent 2a5d7d7727
commit fea886b31f

View File

@ -1,5 +1,6 @@
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook { stdenv, fetchFromGitHub, pkgconfig, autoreconfHook
, openssl, c-ares, libxml2, sqlite, zlib, libssh2 , openssl, c-ares, libxml2, sqlite, zlib, libssh2
, cppunit
, Security , Security
}: }:
@ -21,6 +22,9 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" ]; configureFlags = [ "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" ];
checkInputs = [ cppunit ];
doCheck = false; # needs the net
enableParallelBuilding = true; enableParallelBuilding = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {