GPXSee icon

GPXSee 13.35

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.35",
  "src": {
    "url": "https://downloads.sourceforge.net/gpxsee/Mac%20OS%20X/GPXSee-13.35.dmg",
    "sha256": "f7d3a2d8485cf3c6226751f252b778abd5e21e9633753ce337955d9da53ae7a0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"GPXSee.app\" \"$out/Applications/GPXSee.app\""
  ],
  "meta": {
    "description": "GPS log file viewer and analyzer",
    "homepage": "https://www.gpxsee.org/"
  }
}