diff --git a/default.nix b/default.nix
index dd2b2e3d50010b9969fd3b36b8d944b505f89b18..b235447acfa6f62d0eea24a2b2eb88782f7fb123 100644
--- a/default.nix
+++ b/default.nix
@@ -33,6 +33,10 @@ };
gpx-layer = perlPackages.callPackage ./pkgs/gpx-layer {
inherit (sources) gpx-layer;
};
gpxlab = libsForQt5.callPackage ./pkgs/gpxlab {
inherit (sources) GPXLab;
};
diff --git a/nix/sources.json b/nix/sources.json
index e39bfd0bfd94feeff6c52a596a3ea033e96d8162..d0a7fc4b68219c69df39adfd26f8d2c2ec54fd59 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -107,6 +107,18 @@ "type": "tarball",
"url": "https://github.com/ericfischer/gpx-layer/archive/746b4723cf1f69fb86d45cf2d4efeaae9e711d2d.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "Geo elevation data parser for \"The Shuttle Radar Topography Mission\" data",
"homepage": "",
"owner": "tkrajina",
"repo": "srtm.py",
"rev": "075126875bedbee0f23676f4a8159c6240398a95",
"sha256": "0yya7y5vkya6aqq338jwxry71yhywyjnb67nxvplq69nadzy0vn0",
"type": "tarball",
"url": "https://github.com/tkrajina/srtm.py/archive/075126875bedbee0f23676f4a8159c6240398a95.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"gpxpy": {
"branch": "master",
"description": "gpx-py is a python GPX parser. GPX (GPS eXchange Format) is an XML based file format for GPS tracks.",
diff --git a/pkgs/gpxelevations/default.nix b/pkgs/gpxelevations/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..824e3f37b952069504e7eee229d6b286b81e6464
--- /dev/null
+++ b/pkgs/gpxelevations/default.nix
@@ -0,0 +1,22 @@
+{ lib, buildPythonApplication, python, requests, gpxpy, gpxelevations }:
+buildPythonApplication rec {
+}
application/octet-stream
This content has been proxied by September (3851b).