Skip to content

Commit

Permalink
perlPackages.Apache-Test: 1.38 -> 1.40
Browse files Browse the repository at this point in the history
fixes #29155
  • Loading branch information
Mic92 committed Sep 10, 2017
1 parent ad4f798 commit 87eafdc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -224,11 +224,16 @@ let self = _self // overrides; _self = with self; {
};

ApacheTest = buildPerlPackage {
name = "Apache-Test-1.38";
name = "Apache-Test-1.40";
src = fetchurl {
url = mirror://cpan/authors/id/P/PH/PHRED/Apache-Test-1.38.tar.gz;
sha256 = "321717f58636ed0aa85cba6d69fc01e2ccbc90ba71ec2dcc2134d8401af65145";
url = mirror://cpan/authors/id/S/SH/SHAY/Apache-Test-1.40.tar.gz;
sha256 = "0h5fsi0is6nhclsd3wwkkqx2hfgl3bpdazxycafm9sqxr3qkgx9w";
};
checkPhase = ''
make test \
NIX_REDIRECTS=/etc/protocols=${pkgs.iana-etc}/etc/protocols \
LD_PRELOAD=${pkgs.libredirect}/lib/libredirect.so
'';
};

AppCLI = buildPerlPackage {
Expand Down

0 comments on commit 87eafdc

Please sign in to comment.