3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.TestRequiresGit: init at 1.008

This commit is contained in:
Andreas Wiese 2019-01-11 22:38:06 +01:00
parent 877a62d05e
commit 402a492f53

View file

@ -15684,6 +15684,19 @@ let
};
};
TestRequiresGit = buildPerlPackage rec {
name = "Test-Requires-Git-1.008";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BO/BOOK/${name}.tar.gz";
sha256 = "70916210970d84d7491451159ab8b67e15251c8c0dae7c3df6c8d88542ea42a6";
};
propagatedBuildInputs = [ GitVersionCompare ];
meta = {
description = "Check your test requirements against the available version of Git";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
TestRequiresInternet = buildPerlPackage rec {
name = "Test-RequiresInternet-0.05";
src = fetchurl {