Skip to content

Commit

Permalink
qgis: don't build with grass by default
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Oct 21, 2024
1 parent 2339cf9 commit 8c4cab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/gis/qgis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
, libsForQt5

# unwrapped package parameters
, withGrass ? true
, withGrass ? false
, withWebKit ? false
}:
let
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/gis/qgis/ltr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
, libsForQt5

# unwrapped package parameters
, withGrass ? true
, withGrass ? false
, withWebKit ? false
}:
let
Expand Down

0 comments on commit 8c4cab6

Please sign in to comment.