diff --git a/nix/sources.json b/nix/sources.json
index 0a97dc5e0d3c4e009e724ff7c8942385d3d9676e..7f03fda33ca98219fed721805613cb7bef4105f2 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -387,20 +387,6 @@ "type": "tarball",
"url": "https://github.com/xinebf/google-translate-for-goldendict/archive/37c2cf96fe5584d766211f72aa0f7002fe334168.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"date": "2021-02-27T22:03:06Z",
"description": "Garmin Connect Python Uploader",
"homepage": "https://github.com/La0/garmin-uploader",
"owner": "La0",
"repo": "garmin-uploader",
"rev": "d1426ac61a48479a610c969c4bf37a186f717504",
"sha256": "1nkkhj30yb00l0an3ds4x4gzcmmfkba4aj84ifbi4zr3xmzkhxiq",
"type": "tarball",
"url": "https://github.com/La0/garmin-uploader/archive/d1426ac61a48479a610c969c4bf37a186f717504.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"hfst": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/garmin/garmin-uploader/default.nix b/pkgs/garmin/garmin-uploader/default.nix
index ac65cb20c6cddda8305e262c2e98c11f710ced57..82f1b9255cea214ef9540e8cfadd07e7812d6088 100644
--- a/pkgs/garmin/garmin-uploader/default.nix
+++ b/pkgs/garmin/garmin-uploader/default.nix
@@ -1,19 +1,25 @@
-{ lib, python3Packages, mercantile, pymbtiles, sources }:
+{ lib, fetchFromGitHub, python3Packages }:
-python3Packages.buildPythonApplication {
+python3Packages.buildPythonApplication rec {
checkInputs = with python3Packages; [ pytestCheckHook ];
doCheck = false;
meta = with lib; {
license = licenses.gpl2;
maintainers = [ maintainers.sikmir ];
platforms = platforms.unix;
application/octet-stream
This content has been proxied by September (3851b).