about summary refs log tree commit diff
path: root/pkgs/applications/gis/qgis
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2018-04-13 16:57:02 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2018-04-13 21:02:56 +0100
commit1fe53b85117b9854298415c40cc555e959c4195e (patch)
tree923259cde4bd465b7dbb4f844dc3b71da231ab86 /pkgs/applications/gis/qgis
parente84325e6ab7c110681f6971ceea5bb5fa1439093 (diff)
QGIS: Build with GRASS by default
Diffstat (limited to 'pkgs/applications/gis/qgis')
-rw-r--r--pkgs/applications/gis/qgis/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/gis/qgis/default.nix b/pkgs/applications/gis/qgis/default.nix
index d0b7eb9e89270..896387b1f7f4c 100644
--- a/pkgs/applications/gis/qgis/default.nix
+++ b/pkgs/applications/gis/qgis/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchurl, fetchpatch, gdal, cmake, qt4, flex, bison, proj, geos, xlibsWrapper, sqlite, gsl
 , qwt, fcgi, python2Packages, libspatialindex, libspatialite, qscintilla, postgresql, makeWrapper
 , qjson, qca2, txt2tags, openssl, darwin, pkgconfig
-, withGrass ? false, grass, IOKit, ApplicationServices
+, withGrass ? true, grass, IOKit, ApplicationServices
 }:
 
 stdenv.mkDerivation rec {