QGIS: Build with GRASS by default

This commit is contained in:
Matthew Pickering 2018-04-13 16:57:02 +01:00
parent e84325e6ab
commit 1fe53b8511

View File

@ -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 {