From 82b8bcdb67c5058a39e10d22b811f51d80156ff4 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 --- 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 527922434033d..716d125bff65d 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` is now built without `grass` by default. `grass` support can be enabled by setting `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 c90a372681a39..06e2cbef1f242 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 56a15dbd7ddb4..a588ac6dbd6a7 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