aria2: make tests run, but disable
This commit is contained in:
parent
2a5d7d7727
commit
fea886b31f
@ -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; {
|
||||||
|
Loading…
Reference in New Issue
Block a user