aria2: make tests run, but disable
This commit is contained in:
parent
2a5d7d7727
commit
fea886b31f
@ -1,5 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, pkgconfig, autoreconfHook
|
||||
, openssl, c-ares, libxml2, sqlite, zlib, libssh2
|
||||
, cppunit
|
||||
, Security
|
||||
}:
|
||||
|
||||
@ -21,6 +22,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
configureFlags = [ "--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" ];
|
||||
|
||||
checkInputs = [ cppunit ];
|
||||
doCheck = false; # needs the net
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user