diff --git a/nix/sources.json b/nix/sources.json
index 69acf3ab99f49a1a7ac6165bc670d8e753505591..c060883eea0d0b50e7fb5488f862bba2db1a66f5 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -798,5 +798,19 @@ "sha256": "06izbgq912qlbhwgas0ycnsx2hniya5bdb24x2bd3i19wlhrps36",
"type": "tarball",
"url": "https://github.com/consbio/tpkutils/archive/5aec5e5a996b16575812d90586a5cd1e865437bf.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"branch": "master",
"builtin": false,
"date": "2020-08-03T13:02:32Z",
"description": "The last online dictionary framework you need",
"homepage": "https://pypi.org/project/zdict/",
"owner": "zdict",
"repo": "zdict",
"rev": "dfeec3bf36da1ef201b8aa4334e76bfc8f8a4b7e",
"sha256": "009ampc6wnpd15yipmmw5pfmj2zsd4sb0dh132y7mgf3sscxp2sb",
"type": "tarball",
"url": "https://github.com/zdict/zdict/archive/dfeec3bf36da1ef201b8aa4334e76bfc8f8a4b7e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}
}
diff --git a/pkgs/default.nix b/pkgs/default.nix
index ba85a8d7803c4a7c0a01cf7b0281bd53a9e461c5..9e4c1a6e57f74c0e0f2a6aeba64eb6148345f2e1 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -162,6 +162,7 @@ taginfo-tools = callPackage ./tools/geo/taginfo-tools { };
tilesets-cli = callPackage ./tools/geo/tilesets-cli { };
tpkutils = callPackage ./tools/geo/tpkutils { };
xfractint = callPackage ./tools/xfractint { };
### SERVERS
diff --git a/pkgs/tools/dict/zdict/default.nix b/pkgs/tools/dict/zdict/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..288a3f59db439e1efe561e92e260130987693ca8
--- /dev/null
+++ b/pkgs/tools/dict/zdict/default.nix
@@ -0,0 +1,34 @@
+{ lib, python37Packages, sources }:
+let
+in
+python37Packages.buildPythonApplication {
+}
application/octet-stream
This content has been proxied by September (3851b).