diff --git a/pkgs/default.nix b/pkgs/default.nix
index abd6bf1dcc0bc392f22e4daa976bcfdb458039f2..88ea4e12d0e5e8531bf7396ee64ca2ec68c667d1 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -1,7 +1,7 @@
{ pkgs, sources }:
let
in
lib.makeScope newScope (self: with self; {
@@ -90,4 +90,6 @@ tpkutils = python3Packages.callPackage ./tools/geo/tpkutils {
inherit sources mercantile pymbtiles;
};
webster = callPackage ./data/dicts/webster { };
})
diff --git a/pkgs/perl-packages.nix b/pkgs/perl-packages.nix
new file mode 100644
index 0000000000000000000000000000000000000000..cbdf72bcdc4cc5a02ff4d8e2466770334443b9b4
--- /dev/null
+++ b/pkgs/perl-packages.nix
@@ -0,0 +1,106 @@
+{ stdenv, fetchurl, perlPackages }:
+with perlPackages;
+rec {
url = "mirror://cpan/authors/id/T/TO/TOBYINK/${pname}-${version}.tar.gz";
sha256 = "1jvngzqq38cdkwks9cw0q58nb4irzl3wkgcg6p1hs9209r6h3mla";
homepage = "https://metacpan.org/pod/match::smart";
description = "match::smart - clone of smartmatch operator";
license = licenses.free;
url = "mirror://cpan/authors/id/T/TO/TOBYINK/${pname}-${version}.tar.gz";
sha256 = "1jsyq60mhkc31br33yf1lyll61c8k7h27h2nmvyzsjmbcvdambjw";
homepage = "https://metacpan.org/pod/Sub::Infix";
description = "Sub::Infix - create a fake infix operator";
license = licenses.free;
url = "mirror://cpan/authors/id/M/MA/MARKOV/${pname}-${version}.tar.gz";
sha256 = "1my2vwmv1yk5hwyr8q2p9mvyca2mjdggnk93hpj1gnpkgxp5y382";
homepage = "https://metacpan.org/pod/Math::Polygon";
description = "Math::Polygon - Class for maintaining polygon data";
license = licenses.free;
url = "mirror://cpan/authors/id/L/LI/LIOSHA/${pname}-${version}.tar.gz";
sha256 = "1332sn0r1p5jpgddcx1h5jppysy5y8jkicgk1wfcvzqw5hgx344w";
homepage = "https://metacpan.org/pod/Math::Polygon::Tree";
description = "Math::Polygon::Tree - fast check if point is inside polygon";
license = licenses.free;
url = "mirror://cpan/authors/id/L/LI/LIOSHA/${pname}-${version}.tar.gz";
sha256 = "0hdjxk74lpcsc51q8adnaxlfg4wsxn10jwd0l1zw8r76xgzljlgl";
homepage = "https://metacpan.org/pod/Math::Geometry::Planar::GPC::PolygonXS";
description = "Math::Geometry::Planar::GPC::PolygonXS - OO wrapper to gpc library (translated from Inline-based Math::Geometry::Planar::GPC::Polygon to XS)";
license = licenses.free;
url = "mirror://cpan/authors/id/A/AJ/AJOLMA/${pname}-${version}.tar.gz";
sha256 = "0f2lvc1cgzv62xxr1zq3lxr7kzc9vs7gvcyk7dksi3cvqmyjkwgd";
homepage = "https://metacpan.org/pod/Tree::R";
description = "Tree::R - Perl extension for the R-tree data structure and algorithms";
license = licenses.free;
url = "mirror://cpan/authors/id/L/LI/LIOSHA/${pname}-${version}.tar.gz";
sha256 = "14s63ymcmrxhvnxjfjfqiiqm5yj5x2if246z62w1rynsj4rjqa4b";
homepage = "https://metacpan.org/pod/Geo::Openstreetmap::Parser";
description = "Geo::Openstreetmap::Parser - Openstreetmap XML dump parser";
license = licenses.free;
+}
application/octet-stream
This content has been proxied by September (3851b).