diff --git a/default.nix b/default.nix
index 3cf928587ab3ec791f55e0054235d44c4cab5690..0cd8fa0c990ad254e912942f842a72eba919fa24 100644
--- a/default.nix
+++ b/default.nix
@@ -43,14 +43,10 @@ gpx-layer = perlPackages.callPackage ./pkgs/gpx-layer {
inherit (sources) gpx-layer;
};
gpxelevations = python3Packages.callPackage ./pkgs/gpxelevations {
inherit (sources) gpxelevations;
};
gpxlab = libsForQt5.callPackage ./pkgs/gpxlab {
inherit (sources) gpxlab;
};
gpxsee = libsForQt5.callPackage ./pkgs/gpxsee {
inherit (sources) gpxsee;
diff --git a/nix/sources.json b/nix/sources.json
index 87c8b6b86b7738e723b8c0342a7b25db07210d58..151ad5b5404323003b6769cdb892bee4074e7af8 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -119,18 +119,6 @@ "type": "tarball",
"url": "https://github.com/BourgeoisLab/GPXLab/archive/44755cf7d12c4342d24ee6204a09ad8d3e7cd994.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": "gpx-py is a python GPX parser. GPX (GPS eXchange Format) is an XML based file format for GPS tracks.",
"homepage": "https://github.com/tkrajina/gpxpy",
"owner": "tkrajina",
"repo": "gpxpy",
"rev": "5e81b930c81cb88f3534e6f48d970c367de302b7",
"sha256": "0ps468n0xhk69c7c8j612xmhml7pysv2d78241vkdyy3gr771576",
"type": "tarball",
"url": "https://github.com/tkrajina/gpxpy/archive/5e81b930c81cb88f3534e6f48d970c367de302b7.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"gpxsee": {
"branch": "master",
"description": "GPS log file viewer and analyzer with support for GPX, TCX, KML, FIT, IGC, NMEA, SLF, LOC, GeoJSON and OziExplorer files.",
diff --git a/pkgs/gpxpy/default.nix b/pkgs/gpxpy/default.nix
deleted file mode 100644
index ae8c4283252497668d261af2c3b011ef556656cc..0000000000000000000000000000000000000000
--- a/pkgs/gpxpy/default.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-{ lib, buildPythonApplication, python, lxml, gpxpy }:
-buildPythonApplication rec {
-}
application/octet-stream
This content has been proxied by September (3851b).