mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
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:
parent
2339cf9548
commit
ddb45dcd05
@ -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}
|
||||
|
@ -7,7 +7,7 @@
|
||||
, libsForQt5
|
||||
|
||||
# unwrapped package parameters
|
||||
, withGrass ? true
|
||||
, withGrass ? false
|
||||
, withWebKit ? false
|
||||
}:
|
||||
let
|
||||
|
@ -7,7 +7,7 @@
|
||||
, libsForQt5
|
||||
|
||||
# unwrapped package parameters
|
||||
, withGrass ? true
|
||||
, withGrass ? false
|
||||
, withWebKit ? false
|
||||
}:
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user