perlPackages.TestRunPluginTrimDisplayedFilenames: init at 0.0125

This commit is contained in:
AndersonTorres 2017-02-24 07:50:19 -03:00
parent 93f7e0a6d9
commit 8c169299bb

View File

@ -13170,6 +13170,21 @@ let self = _self // overrides; _self = with self; {
};
};
TestRunPluginTrimDisplayedFilenames = buildPerlPackage rec {
name = "Test-Run-Plugin-TrimDisplayedFilenames-0.0125";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "2255bc5cb6ab65ee4dfff3bcdf007fb74785ff3bb439a9cef5052c66d80424a5";
};
buildInputs = [ ModuleBuild TestTrap YAMLLibYAML ];
propagatedBuildInputs = [ MROCompat Moose TestRun TestRunCmdLine ];
meta = {
homepage = http://web-cpan.shlomifish.org/modules/Test-Run/;
description = "Trim the first components";
license = stdenv.lib.licenses.mit;
};
};
TestRunValgrind = buildPerlModule rec {
name = "Test-RunValgrind-0.0.1";
src = fetchurl {