diff --git a/default.nix b/default.nix
index 3eba3fa4695f3c60e6bfe2f39bcec80664e84711..788dd6b59e45b97b617b5897b2bea8fde0fa6edc 100644
--- a/default.nix
+++ b/default.nix
@@ -16,6 +16,9 @@ };
gpxpy = python3Packages.callPackage ./pkgs/gpxpy {
inherit (sources) gpxpy;
};
gpxsee-maps = callPackage ./pkgs/gpxsee-maps {
inherit (sources) GPXSee-maps;
};
diff --git a/nix/sources.json b/nix/sources.json
index 6c885e7323319cad05a3df465d28c339c375aab9..984fc8caea87005881317092ef8aba93f243baec 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -11,6 +11,18 @@ "type": "tarball",
"url": "https://github.com/BourgeoisLab/GPXLab/archive/68721865f5fd6a5b2414da47a00778d5c342a461.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "GPS log file viewer and analyzer with support for GPX, TCX, KML, FIT, IGC, NMEA, SLF, LOC, GeoJSON and OziExplorer files.",
"homepage": "https://www.gpxsee.org",
"owner": "tumic0",
"repo": "GPXSee",
"rev": "a986293f20fba8cf3a649c0ed308ac8d568ba9fc",
"sha256": "0910yjzpsd1cri7rc5738496zl94kb75yma7z7zm7jx5jxmagnmp",
"type": "tarball",
"url": "https://github.com/tumic0/GPXSee/archive/a986293f20fba8cf3a649c0ed308ac8d568ba9fc.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"GPXSee-maps": {
"branch": "master",
"description": "GPXSee maps",
diff --git a/pkgs/gpxsee/default.nix b/pkgs/gpxsee/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..3bcbc653aef39e2e24d2ce7302e8b71f3d11b7cd
--- /dev/null
+++ b/pkgs/gpxsee/default.nix
@@ -0,0 +1,24 @@
+{ mkDerivation, lib, qmake, qtbase, qttools, qttranslations, GPXSee }:
+mkDerivation rec {
+}
application/octet-stream
This content has been proxied by September (3851b).