GPXSee icon

GPXSee 15.3

GPS log file viewer and analyzer

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    gpxsee # GPXSee
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    gpxsee # GPXSee
  ];
}

Package Definition

{
  "pname": "gpxsee",
  "version": "15.3",
  "src": {
    "url": "https://downloads.sourceforge.net/gpxsee/Mac%20OS%20X/GPXSee-15.3.dmg",
    "sha256": "b99d69b2869dc9f264981e361b6fa70408988c2d500c1c84198ebc9c27abcded"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/GPXSee.app\" && cp -r \"GPXSee.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "GPS log file viewer and analyzer",
    "homepage": "https://www.gpxsee.org/"
  }
}