perl-Devel-DProf: deprecated, remove
does not build
This commit is contained in:
parent
28f780b320
commit
60bb058cf5
1 changed files with 0 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue