diff --git a/nix/sources.json b/nix/sources.json
index 9c583529f57d1fdd3946fd401fc09a0db10403f1..9a76c67221967f47fbfc2bfba62f489b7da7d524 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -514,6 +514,20 @@ "type": "tarball",
"url": "https://github.com/variar/klogg/archive/adb1eafb92bdbf27da53c1579239988b26e6882a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"date": "2020-05-19T11:50:13Z",
"description": "Lazy helper tool to make easier scraping with simple tasks",
"homepage": "https://github.com/ivbeg/lazyscraper",
"owner": "ivbeg",
"repo": "lazyscraper",
"rev": "2e14bd829311cde19ef32d7f0e11c3c4a3c08e1b",
"sha256": "02pix53f5j6g4vv2w7vj93jk6a10wld7kk6ichc04aacwq3ljy42",
"type": "tarball",
"url": "https://github.com/ivbeg/lazyscraper/archive/2e14bd829311cde19ef32d7f0e11c3c4a3c08e1b.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"libshell": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 8febd3ccd616969e521d03d637443e7703383f3e..9b4c3bdfdaef3ee97698fd125c7eaabee8075865 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -162,6 +162,7 @@ gt4gd = callPackage ./tools/dict/gt4gd { };
gurl = callPackage ./tools/networking/gurl { };
imgdecode = callPackage ./tools/geo/imgdecode { };
ish = callPackage ./tools/networking/ish { };
lsdreader = callPackage ./tools/dict/lsdreader { };
map-tiler = callPackage ./tools/geo/map-tiler { };
morse-talk = callPackage ./tools/morse-talk { };
diff --git a/pkgs/tools/text/lazyscraper/default.nix b/pkgs/tools/text/lazyscraper/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..45af4474ea5cbc878d3c3fb85d9b731c6201a57c
--- /dev/null
+++ b/pkgs/tools/text/lazyscraper/default.nix
@@ -0,0 +1,19 @@
+{ lib, python3Packages, sources }:
+python3Packages.buildPythonApplication {
+}
application/octet-stream
This content has been proxied by September (3851b).