We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent a95a9fb commit 2b7db2eCopy full SHA for 2b7db2e
pkgs/top-level/perl-packages.nix
@@ -3644,19 +3644,6 @@ let self = _self // overrides; _self = with self; {
3644
propagatedBuildInputs = [ DataCompare FileFindRule ];
3645
};
3646
3647
- DevelDProf = buildPerlPackage {
3648
- name = "Devel-DProf-20110802.00";
3649
- src = fetchurl {
3650
- url = mirror://cpan/authors/id/F/FL/FLORA/Devel-DProf-20110802.00.tar.gz;
3651
- sha256 = "b9eec466ab77aa9f6ab48d33134694d1aa5a8cd221b1aa0a00d09c93ab69643c";
3652
- };
3653
- meta = {
3654
- homepage = http://search.cpan.org/dist/Devel-DProf;
3655
- description = "A DEPRECATED Perl code profiler";
3656
- license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
3657
3658
3659
-
3660
DevelPatchPerl = buildPerlPackage rec {
3661
name = "Devel-PatchPerl-1.38";
3662
src = fetchurl {
0 commit comments