From 38018e5acd2296301c5f241c2e4a57d15c58c5cf Mon Sep 17 00:00:00 2001 From: volth Date: Mon, 4 Jun 2018 16:04:45 +0000 Subject: [PATCH] [cpan2nix] perlPackages.SearchDict: removed built-in --- pkgs/top-level/perl-packages.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 96e432b27b8..b389bde74e8 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -13491,17 +13491,7 @@ let self = _self // overrides; _self = with self; { }; }; - SearchDict = buildPerlPackage { - name = "Search-Dict-1.07"; - src = fetchurl { - url = mirror://cpan/authors/id/D/DA/DAGOLDEN/Search-Dict-1.07.tar.gz; - sha256 = "b128cdae4712fe53e83a219ca65478a84c1b128a2c6c86933e47923cf19c6554"; - }; - meta = { - description = "Look - search for key in dictionary file"; - license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; - }; - }; + SearchDict = null; # part of Perl 5.22 SelfLoader = buildPerlPackage { name = "SelfLoader-1.24";