QGIS LTR icon

QGIS LTR 3.40.4,20250223_083940

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.40.4,20250223_083940",
  "src": {
    "url": "https://download.qgis.org/downloads/macos/ltr/qgis_ltr_final-3_40_4_20250223_083940.dmg",
    "sha256": "67870eeab1b953df0f4a69189a073b8bbe1853f761b6ab01b0623b9dd3ed0347"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/QGIS-LTR.app\" && cp -r \"QGIS-LTR.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Geographic Information System",
    "homepage": "https://www.qgis.org/"
  }
}