summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-06-04 16:04:45 +0000
committervolth <volth@volth.com>2018-06-04 16:04:45 +0000
commit38018e5acd2296301c5f241c2e4a57d15c58c5cf (patch)
treeb8f2b970aaefb1aa462a3a3bf76a00d235539dc8 /pkgs/top-level
parent88915a9919f7951e1468863213d1238c2bfa0f19 (diff)
downloadnixlib-38018e5acd2296301c5f241c2e4a57d15c58c5cf.tar
nixlib-38018e5acd2296301c5f241c2e4a57d15c58c5cf.tar.gz
nixlib-38018e5acd2296301c5f241c2e4a57d15c58c5cf.tar.bz2
nixlib-38018e5acd2296301c5f241c2e4a57d15c58c5cf.tar.lz
nixlib-38018e5acd2296301c5f241c2e4a57d15c58c5cf.tar.xz
nixlib-38018e5acd2296301c5f241c2e4a57d15c58c5cf.tar.zst
nixlib-38018e5acd2296301c5f241c2e4a57d15c58c5cf.zip
[cpan2nix] perlPackages.SearchDict: removed built-in
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix12
1 files changed, 1 insertions, 11 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 96e432b27b82..b389bde74e8d 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";