Skip to content

Commit

Permalink
perl-Devel-DProf: deprecated, remove
Browse files Browse the repository at this point in the history
does not build

(cherry picked from commit 60bb058)
  • Loading branch information
timor authored and Mic92 committed Sep 11, 2017
1 parent a95a9fb commit 2b7db2e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -3644,19 +3644,6 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ DataCompare FileFindRule ];
};

DevelDProf = buildPerlPackage {
name = "Devel-DProf-20110802.00";
src = fetchurl {
url = mirror://cpan/authors/id/F/FL/FLORA/Devel-DProf-20110802.00.tar.gz;
sha256 = "b9eec466ab77aa9f6ab48d33134694d1aa5a8cd221b1aa0a00d09c93ab69643c";
};
meta = {
homepage = http://search.cpan.org/dist/Devel-DProf;
description = "A DEPRECATED Perl code profiler";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};

DevelPatchPerl = buildPerlPackage rec {
name = "Devel-PatchPerl-1.38";
src = fetchurl {
Expand Down

0 comments on commit 2b7db2e

Please sign in to comment.