From ddb45dcd05b23978988f177313824e67e27d06b7 Mon Sep 17 00:00:00 2001 From: Ivan Mincik Date: Mon, 21 Oct 2024 12:03:11 +0200 Subject: [PATCH] qgis: don't build with grass by default Update nixos/doc/manual/release-notes/rl-2411.section.md Co-authored-by: zi3m5f <113244000+zi3m5f@users.noreply.github.com> --- nixos/doc/manual/release-notes/rl-2411.section.md | 2 ++ pkgs/applications/gis/qgis/default.nix | 2 +- pkgs/applications/gis/qgis/ltr.nix | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md index 527922434033..7582da403778 100644 --- a/nixos/doc/manual/release-notes/rl-2411.section.md +++ b/nixos/doc/manual/release-notes/rl-2411.section.md @@ -754,6 +754,8 @@ - `services.localtimed.enable = true` will now set `time.timeZone = null`. This is to avoid silently shadowing a user's explicitly defined timezone without recognition on the user's part. +- `qgis` and `qgis-ltr` are now built without `grass` by default. `grass` support can be enabled with `qgis.override { withGrass = true; }`. + ## Detailed migration information {#sec-release-24.11-migration} ### `sound` options removal {#sec-release-24.11-migration-sound} diff --git a/pkgs/applications/gis/qgis/default.nix b/pkgs/applications/gis/qgis/default.nix index c90a372681a3..06e2cbef1f24 100644 --- a/pkgs/applications/gis/qgis/default.nix +++ b/pkgs/applications/gis/qgis/default.nix @@ -7,7 +7,7 @@ , libsForQt5 # unwrapped package parameters -, withGrass ? true +, withGrass ? false , withWebKit ? false }: let diff --git a/pkgs/applications/gis/qgis/ltr.nix b/pkgs/applications/gis/qgis/ltr.nix index 56a15dbd7ddb..a588ac6dbd6a 100644 --- a/pkgs/applications/gis/qgis/ltr.nix +++ b/pkgs/applications/gis/qgis/ltr.nix @@ -7,7 +7,7 @@ , libsForQt5 # unwrapped package parameters -, withGrass ? true +, withGrass ? false , withWebKit ? false }: let