QGIS LTR icon

QGIS LTR 3.34.12,20241026_175749

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.12,20241026_175749",
  "src": {
    "url": "https://download.qgis.org/downloads/macos/ltr/qgis_ltr_final-3_34_12_20241026_175749.dmg",
    "sha256": "eaa527b9b6b1b32ed0e0c2fbf12849885fe89e6252bcf5f1e987e43c9c365945"
  },
  "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/"
  }
}