3
0
Fork 0
forked from mirrors/nixpkgs

Build libLAS with LASzip support

This commit is contained in:
Matthew Pickering 2018-04-20 22:15:06 +01:00
parent b5ca7fefc4
commit 30c9c54271

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DGDAL_CONFIG=${gdal}/bin/gdal-config"
"-DWITH_LASZIP=ON"
"-DLASZIP_INCLUDE_DIR=${LASzip}/include"
];
postFixup = stdenv.lib.optionalString stdenv.isDarwin ''