qgis: don't build with grass by default (#350203)

This commit is contained in:
Ivan Mincik 2024-10-23 12:44:43 +00:00 committed by GitHub
commit 6b2e9097a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -759,6 +759,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