From 30c9c54271c461e6978cbb461301046047385b3c Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Fri, 20 Apr 2018 22:15:06 +0100 Subject: Build libLAS with LASzip support --- pkgs/development/libraries/libLAS/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/development/libraries/libLAS/default.nix') diff --git a/pkgs/development/libraries/libLAS/default.nix b/pkgs/development/libraries/libLAS/default.nix index aafcf86e4a6..272a9774a7f 100644 --- a/pkgs/development/libraries/libLAS/default.nix +++ b/pkgs/development/libraries/libLAS/default.nix @@ -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 '' -- cgit 1.4.1