diff --git a/default.nix b/default.nix
index 9b0fc046deeb57fa415d6561ffbf206fe1713244..75ce6cb62ba8207089ca9cb60aea56c7745d8c6e 100644
--- a/default.nix
+++ b/default.nix
@@ -78,6 +78,9 @@ };
openorienteering-mapper = libsForQt5.callPackage ./pkgs/openorienteering-mapper {
inherit (sources) mapper;
};
qmapshack-maps = callPackage ./pkgs/qmapshack-maps { };
redict = libsForQt5.callPackage ./pkgs/redict {
inherit (sources) redict;
diff --git a/nix/sources.json b/nix/sources.json
index 038834bc04a4bd9bbefd6b941baa8ccd74ab7755..92fd2916ff04c765470f9f5781a46a53cd346b71 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -227,6 +227,18 @@ "type": "tarball",
"url": "https://github.com/mapbox/mbutil/archive/2fc4161f9be890a65d07f5e7b2ed0c8a0a123ed6.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "Python utilities for Mapbox mbtiles files",
"homepage": "https://github.com/consbio/pymbtiles",
"owner": "consbio",
"repo": "pymbtiles",
"rev": "02fbee6e935b9990e98874925b091e07ff89bdb0",
"sha256": "1gjvl0ywwl74ilkmq2m94my1m5v2m1qlfzs1kvkgxd32sl5yg9dv",
"type": "tarball",
"url": "https://github.com/consbio/pymbtiles/archive/02fbee6e935b9990e98874925b091e07ff89bdb0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"redict": {
"branch": "master",
"description": "A dictionary for Linux, based on C++/Qt development.",
diff --git a/pkgs/pymbtiles/default.nix b/pkgs/pymbtiles/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..8b73d72b66ec01b357ed509b2bdd5dd816ae4250
--- /dev/null
+++ b/pkgs/pymbtiles/default.nix
@@ -0,0 +1,18 @@
+{ lib, buildPythonPackage, pytest, pymbtiles }:
+buildPythonPackage rec {
+}
application/octet-stream
This content has been proxied by September (3851b).