mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
perl-Test2-Suite: init at 0.000030
This commit is contained in:
parent
faf1d2fa44
commit
cd880379b2
@ -11967,6 +11967,20 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
Test2Suite = buildPerlPackage rec {
|
||||
name = "Test2-Suite-0.000030";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/E/EX/EXODIST/${name}.tar.gz";
|
||||
sha256 = "03f2411a8b1a85be8560c25d57f465c812174bc1c062ee79aeb194b018e6b751";
|
||||
};
|
||||
propagatedBuildInputs = [ TestSimple13 ];
|
||||
meta = {
|
||||
description = "Distribution with a rich set of tools built upon the Test2 framework";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
maintainers = [ maintainers.rycee ];
|
||||
};
|
||||
};
|
||||
|
||||
TestAssert = buildPerlPackage {
|
||||
name = "Test-Assert-0.0504";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user