QGIS LTR icon

QGIS LTR 3.34.13,20241122_174847

Geographic Information System

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    qgis_ltr # QGIS LTR
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    qgis_ltr # QGIS LTR
  ];
}

Package Definition

{
  "pname": "qgis_ltr",
  "version": "3.34.13,20241122_174847",
  "src": {
    "url": "https://download.qgis.org/downloads/macos/ltr/qgis_ltr_final-3_34_13_20241122_174847.dmg",
    "sha256": "d38748968e5b5f037e1cac489126a95ec7b411855dae91ab4a8fed1a634b593f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"QGIS-LTR.app\" \"$out/Applications/QGIS-LTR.app\""
  ],
  "meta": {
    "description": "Geographic Information System",
    "homepage": "https://www.qgis.org/"
  }
}