diff --git a/nix/sources.json b/nix/sources.json
index 7ebfa7880bde5171d10b107c4ddeee09bc23f989..7b32e59b940d4b37daf47e469d0486c2a977dfb0 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -729,6 +729,20 @@ "type": "tarball",
"url": "https://github.com/selectel/supload/archive/70690682867713c68d7c6daa833a1013e79df407.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"date": "2020-07-28T18:52:53Z",
"description": "C++ tools used in taginfo processing",
"homepage": "https://wiki.openstreetmap.org/wiki/Taginfo",
"owner": "taginfo",
"repo": "taginfo-tools",
"rev": "62c6068e01ded3b121eebd6fb1f99a50c46e5138",
"sha256": "0rcckkv3s0cjhmi6g6q3zbg8y72cha5hixsfxa5gg1l7b7w3hf41",
"type": "tarball",
"url": "https://github.com/taginfo/taginfo-tools/archive/62c6068e01ded3b121eebd6fb1f99a50c46e5138.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"tilesets-cli": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 2bb6d765bb1ea01f9a02a7bb68d746d23a414678..03fb2a9b422b752fac611c5db0a8fc90e67ba52d 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -150,6 +150,7 @@ }
else callPackage ./tools/dict/stardict-tools { };
supermercado = callPackage ./tools/geo/supermercado { };
supload = callPackage ./tools/supload { };
tilesets-cli = callPackage ./tools/geo/tilesets-cli { };
tpkutils = callPackage ./tools/geo/tpkutils { };
xfractint = callPackage ./tools/xfractint { };
diff --git a/pkgs/tools/geo/taginfo-tools/default.nix b/pkgs/tools/geo/taginfo-tools/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..6c0e507855b69b4be38491da6957ea04c6ae9423
--- /dev/null
+++ b/pkgs/tools/geo/taginfo-tools/default.nix
@@ -0,0 +1,26 @@
+{ stdenv, cmake, bzip2, expat, gd, icu, libosmium, protozero, sparsehash, sqlite, zlib, sources }:
+let
+in
+stdenv.mkDerivation {
+}
application/octet-stream
This content has been proxied by September (3851b).