Fix linux build

This commit is contained in:
Matthew Pickering 2018-08-11 17:18:58 +00:00
parent f5b097b346
commit 115027abe1

View File

@ -9,7 +9,8 @@ stdenv.mkDerivation rec {
# for why the have additional buildInputs on darwin
buildInputs = [ autoreconfHook gdal wxGTK30 proj libharu opencv vigra
postgresql libiodbc lzma jasper
Cocoa unixODBC poppler hdf4.out hdf5 netcdf sqlite ];
unixODBC poppler hdf4.out hdf5 netcdf sqlite ]
++ stdenv.lib.optional stdenv.isDarwin Cocoa ;
enableParallelBuilding = true;