diff --git a/nix/sources.json b/nix/sources.json
index c1d805711c70ceafa51e82952b7a6cf189433bc2..b1481a5a99f3232ffc4001c474d41484a1c45b28 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -1,18 +1,4 @@
{
"branch": "master",
"builtin": false,
"date": "2020-10-16T17:00:40Z",
"description": "Program to show and manipulate GPS tracks",
"homepage": "https://github.com/BourgeoisLab/GPXLab",
"owner": "BourgeoisLab",
"repo": "GPXLab",
"rev": "0a2e13756ed1c39f4278b0b3d6cef7f8ac9f6fe7",
"sha256": "1z4wdnd65gkzpbn1gqrsl6vs0gvc9pqgnziw19g6bhap41dvxbv0",
"type": "tarball",
"url": "https://github.com/BourgeoisLab/GPXLab/archive/0a2e13756ed1c39f4278b0b3d6cef7f8ac9f6fe7.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"map-hr": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/applications/gpxlab/default.nix b/pkgs/applications/gpxlab/default.nix
deleted file mode 100644
index c406a4a84e5e34c838669cdf5dceac30103f239f..0000000000000000000000000000000000000000
--- a/pkgs/applications/gpxlab/default.nix
+++ /dev/null
@@ -1,49 +0,0 @@
-{ stdenv
-, mkDerivation
-, lib
-, qmake
-, qtbase
-, qttools
-, qttranslations
-, sources
-, substituteAll
-, withI18n ? true
-}:
-mkDerivation rec {
-}
diff --git a/pkgs/applications/gpxlab/fix-qttranslations-path.patch b/pkgs/applications/gpxlab/fix-qttranslations-path.patch
deleted file mode 100644
index 8dcba75d764fbf1bf9135b8a793b9c2f82475b5e..0000000000000000000000000000000000000000
--- a/pkgs/applications/gpxlab/fix-qttranslations-path.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git i/GPXLab/main.cpp w/GPXLab/main.cpp
-index b12d2dd..58d37c5 100644
---- i/GPXLab/main.cpp
-+++ w/GPXLab/main.cpp
-@@ -19,10 +19,10 @@ int main(int argc, char *argv[])
app.installTranslator(&gpxlab);
QTranslator qt;
--#if defined(Q_OS_WIN32) || defined(Q_OS_MAC)
-+#if defined(Q_OS_WIN32)
qt.load(QLocale::system(), "qt", "_", TRANSLATIONS_DIR);
-- qt.load(QLocale::system(), "qt", "_", QLibraryInfo::location(QLibraryInfo::TranslationsPath));
-+ qt.load(QLocale::system(), "qt", "_", QLatin1String("@qttranslations@/translations"));
app.installTranslator(&qt);
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 9869c0b7cb19dfda8e5881c11324285c2a2b5702..f46bc42a879dfc5a62223a70e2cf2c8cf4dfc54b 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -9,9 +9,6 @@
### APPLICATIONS
goldencheetah-bin = callPackage ./applications/goldencheetah/bin.nix { };
inherit sources;
gpxsee-bin = callPackage ./applications/gpxsee/bin.nix { };
i18n-editor-bin = callPackage ./applications/i18n-editor { jre = pkgs.jdk11; };
iterm2-bin = callPackage ./applications/iterm2/bin.nix { };
application/octet-stream
This content has been proxied by September (3851b).