perlPackages.TAPParserSourceHandlerpgTAP: New expression

This commit is contained in:
Oliver Charles 2013-10-21 11:10:58 +01:00 committed by Evgeny Egorochkin
parent 34e4849c68
commit d685ba717d

View File

@ -7638,6 +7638,21 @@ rec {
doCheck = false; # no `hostname' in stdenv
};
TAPParserSourceHandlerpgTAP = buildPerlModule {
name = "TAP-Parser-SourceHandler-pgTAP-3.29";
src = fetchurl {
url = mirror://cpan/authors/id/D/DW/DWHEELER/TAP-Parser-SourceHandler-pgTAP-3.29.tar.gz;
sha256 = "918aa9ada7a05334ace7304e7b9e002bbf0b569bfcf8fb06118777bdabd60e1b";
};
meta = {
homepage = http://search.cpan.org/dist/Tap-Parser-Sourcehandler-pgTAP/;
description = "Stream TAP from pgTAP test scripts";
license = "perl";
platforms = stdenv.lib.platforms.linux;
maintainers = with maintainers; [ ocharles ];
};
};
TaskCatalystTutorial = buildPerlPackage rec {
name = "Task-Catalyst-Tutorial-0.06";
src = fetchurl {