mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
Merge pull request #29240 from timor/perl-Devel-DProf
perl-Devel-DProf: deprecated, remove
This commit is contained in:
commit
949cfe2dae
|
@ -3652,19 +3652,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