summary refs log tree commit diff
path: root/pkgs
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
parente84325e6ab7c110681f6971ceea5bb5fa1439093 (diff)
downloadnixlib-1fe53b85117b9854298415c40cc555e959c4195e.tar
nixlib-1fe53b85117b9854298415c40cc555e959c4195e.tar.gz
nixlib-1fe53b85117b9854298415c40cc555e959c4195e.tar.bz2
nixlib-1fe53b85117b9854298415c40cc555e959c4195e.tar.lz
nixlib-1fe53b85117b9854298415c40cc555e959c4195e.tar.xz
nixlib-1fe53b85117b9854298415c40cc555e959c4195e.tar.zst
nixlib-1fe53b85117b9854298415c40cc555e959c4195e.zip
QGIS: Build with GRASS by default
Diffstat (limited to 'pkgs')
-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 d0b7eb9e8927..896387b1f7f4 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 {