perl-Apache-Test: disable tests
The tests don't work even with the redirects, possibly due to attempting to start Apache. Also add basic meta section.
This commit is contained in:
parent
e344aec6db
commit
52bbba956b
@ -227,11 +227,11 @@ let self = _self // overrides; _self = with self; {
|
|||||||
url = mirror://cpan/authors/id/S/SH/SHAY/Apache-Test-1.40.tar.gz;
|
url = mirror://cpan/authors/id/S/SH/SHAY/Apache-Test-1.40.tar.gz;
|
||||||
sha256 = "0h5fsi0is6nhclsd3wwkkqx2hfgl3bpdazxycafm9sqxr3qkgx9w";
|
sha256 = "0h5fsi0is6nhclsd3wwkkqx2hfgl3bpdazxycafm9sqxr3qkgx9w";
|
||||||
};
|
};
|
||||||
checkPhase = ''
|
doCheck = false;
|
||||||
make test \
|
meta = {
|
||||||
NIX_REDIRECTS=/etc/protocols=${pkgs.iana-etc}/etc/protocols \
|
description = "Test.pm wrapper with helpers for testing Apache";
|
||||||
LD_PRELOAD=${pkgs.libredirect}/lib/libredirect.so
|
license = stdenv.lib.licenses.asl20;
|
||||||
'';
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
AppCLI = buildPerlPackage {
|
AppCLI = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user