diff --git a/nix/sources.json b/nix/sources.json
index 10a6b3f858a0a265ce42a2c1835411eeb01080f6..b44d8d0d82a1fcdcd47e6b9a0c2b83ff5c052fd4 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -813,20 +813,6 @@ "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-08-27T15:48:22Z",
"description": "C++ tools used in taginfo processing",
"homepage": "https://wiki.openstreetmap.org/wiki/Taginfo",
"owner": "taginfo",
"repo": "taginfo-tools",
"rev": "794d5edc272efaaf5381e7ef513a630ddd4a13ec",
"sha256": "0wjkxg2wqbh7vzq9nzmvaq2h2zkm3khnj5dlyglvn4wkn4xw5fp6",
"type": "tarball",
"url": "https://github.com/taginfo/taginfo-tools/archive/794d5edc272efaaf5381e7ef513a630ddd4a13ec.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"tilesets-cli": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/tools/geo/taginfo-tools/default.nix b/pkgs/tools/geo/taginfo-tools/default.nix
index 6c0e507855b69b4be38491da6957ea04c6ae9423..5f577d6921cb240c5a9085a938ce9e9a583c0359 100644
--- a/pkgs/tools/geo/taginfo-tools/default.nix
+++ b/pkgs/tools/geo/taginfo-tools/default.nix
@@ -1,24 +1,29 @@
-{ stdenv, cmake, bzip2, expat, gd, icu, libosmium, protozero, sparsehash, sqlite, zlib, sources }:
-let
+{ stdenv, fetchFromGitHub, cmake, bzip2, expat, gd, icu, libosmium, protozero, sqlite, zlib, sources }:
+stdenv.mkDerivation {
pname = "taginfo-tools";
-in
-stdenv.mkDerivation {
cmakeFlags = stdenv.lib.optional stdenv.isDarwin "-DCMAKE_FIND_FRAMEWORK=LAST";
nativeBuildInputs = [ cmake ];
postInstall = ''
install -Dm755 src/{osmstats,taginfo-sizes} -t $out/bin
'';
meta = with stdenv.lib; {
license = licenses.gpl3Plus;
maintainers = [ maintainers.sikmir ];
platforms = platforms.unix;
application/octet-stream
This content has been proxied by September (3851b).