QGIS LTR icon

QGIS LTR 3.34.15,20250117_182824

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.15,20250117_182824",
  "src": {
    "url": "https://download.qgis.org/downloads/macos/ltr/qgis_ltr_final-3_34_15_20250117_182824.dmg",
    "sha256": "22fb52fd95e099bea07a00931c755270d8429cc4db37ce0deee995f992a98835"
  },
  "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/"
  }
}