GPXSee icon

GPXSee 13.36

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": "13.36",
  "src": {
    "url": "https://downloads.sourceforge.net/gpxsee/Mac%20OS%20X/GPXSee-13.36.dmg",
    "sha256": "25a7578ae3f632e73b978b928a1193b246015593e4e645a64415fb543aa6264c"
  },
  "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/"
  }
}