Skip to content

Commit

Permalink
perl-Devel-NYTProf: init at 6.04
Browse files Browse the repository at this point in the history
(cherry picked from commit fdaaaea)
  • Loading branch information
timor authored and Mic92 committed Sep 11, 2017
1 parent 2b7db2e commit c22ff52
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -3992,6 +3992,20 @@ let self = _self // overrides; _self = with self; {
};
};

DevelNYTProf = buildPerlPackage rec {
name = "Devel-NYTProf-6.04";
src = fetchurl {
url = "mirror://cpan/authors/id/T/TI/TIMB/${name}.tar.gz";
sha256 = "c04c9f03663b7e4e9cc159f30bcdc0bab5652889c88c425ec157e831318d4891";
};
propagatedBuildInputs = [ FileWhich JSONMaybeXS TestDifferences ];
meta = {
homepage = https://code.google.com/p/perl-devel-nytprof/;
description = "Powerful fast feature-rich Perl source code profiler";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};

DevelPartialDump = buildPerlPackage {
name = "Devel-PartialDump-0.15";
src = fetchurl {
Expand Down

0 comments on commit c22ff52

Please sign in to comment.