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>
This commit is contained in:
Ivan Mincik 2024-10-21 12:03:11 +02:00
parent 2339cf9548
commit ddb45dcd05
3 changed files with 4 additions and 2 deletions

View File

@ -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}

View File

@ -7,7 +7,7 @@
, libsForQt5
# unwrapped package parameters
, withGrass ? true
, withGrass ? false
, withWebKit ? false
}:
let

View File

@ -7,7 +7,7 @@
, libsForQt5
# unwrapped package parameters
, withGrass ? true
, withGrass ? false
, withWebKit ? false
}:
let