GPXSee icon

GPXSee 15.7

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