diff --git a/nix/sources.json b/nix/sources.json
index edabe01c9bec44989d8c2f5b40c530ed2706f751..8cf204789cd461bcfff7f3610301aa52527ba69a 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -309,6 +309,7 @@ "builtin": false,
"date": "2020-10-22T18:32:12Z",
"description": "GPS log file viewer and analyzer",
"homepage": "https://www.gpxsee.org",
"changelog": "https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes",
"owner": "tumic0",
"repo": "GPXSee",
"rev": "d291e55bdb4dce840f082a7c884f8b3b79950126",
diff --git a/pkgs/applications/gpxsee/bin.nix b/pkgs/applications/gpxsee/bin.nix
index c01f7925046a7b98361b64b37fb7a46b2f66d371..0cd8839de969bd27dd6def46d2d5b40deca54fae 100644
--- a/pkgs/applications/gpxsee/bin.nix
+++ b/pkgs/applications/gpxsee/bin.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchurl, undmg, sources }:
let
pname = "gpxsee";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "mirror://sourceforge/gpxsee/GPXSee-${version}.dmg";
};
preferLocalBuild = true;
@@ -21,7 +21,7 @@ cp -R . $out/Applications/GPXSee.app
'';
meta = with stdenv.lib; {
license = licenses.gpl3;
maintainers = [ maintainers.sikmir ];
platforms = [ "x86_64-darwin" ];
diff --git a/pkgs/applications/gpxsee/default.nix b/pkgs/applications/gpxsee/default.nix
index fe4f3dfb76c406e0cdfcb9fa94f071f5b8fa4cf7..6ae1fbce92bc637af861fa113c9fe0185f513e61 100644
--- a/pkgs/applications/gpxsee/default.nix
+++ b/pkgs/applications/gpxsee/default.nix
@@ -46,7 +46,7 @@
enableParallelBuilding = true;
meta = with lib; {
license = licenses.gpl3;
maintainers = [ maintainers.sikmir ];
platforms = platforms.unix;
diff --git a/pkgs/applications/openorienteering-mapper/bin.nix b/pkgs/applications/openorienteering-mapper/bin.nix
index dccbc7453ef1a470d88d0f52748f1418e1e3bc5d..5717eaada713bb03acfcc19d2751c93f2ce3dafd 100644
--- a/pkgs/applications/openorienteering-mapper/bin.nix
+++ b/pkgs/applications/openorienteering-mapper/bin.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchfromgh, undmg, sources }:
let
pname = "Openorienteering-Mapper";
in
stdenv.mkDerivation {
inherit pname version;
@@ -9,9 +9,9 @@
src = fetchfromgh {
owner = "OpenOrienteering";
repo = "mapper";
};
preferLocalBuild = true;
application/octet-stream
This content has been proxied by September (3851b).