QGIS icon

QGIS 3.40.3,20250117_131853

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.3,20250117_131853",
  "src": {
    "url": "https://download.qgis.org/downloads/macos/pr/qgis_pr_final-3_40_3_20250117_131853.dmg",
    "sha256": "b5916a12f44a02c076868b6d45443744fab88f491092383585de525d2d549908"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"QGIS.app\" \"$out/Applications/QGIS.app\""
  ],
  "meta": {
    "description": "Geographic Information System",
    "homepage": "https://www.qgis.org/"
  }
}