QGIS icon

QGIS 3.40.1,20241123_122634

Geographic Information System

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "qgis",
  "version": "3.40.1,20241123_122634",
  "src": {
    "url": "https://download.qgis.org/downloads/macos/pr/qgis_pr_final-3_40_1_20241123_122634.dmg",
    "sha256": "a0a75dacb3b334143faea504cdd53ad73e123cb600f8544fb038a7bc7b967dd3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"QGIS.app\" \"$out/Applications/QGIS.app\""
  ],
  "meta": {
    "description": "Geographic Information System",
    "homepage": "https://www.qgis.org/"
  }
}