1 { lib, stdenv, fetchFromGitHub, cmake }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-HL64koe0GNzJzyA0QP4I0M1y2HSxigsZTqOw67RCwNc=";
15 ./drop-64-suffix.patch # necessary to prevent '64' from being appended to the names of the executables
27 description = "Software for rapid LiDAR processing";
28 homepage = "http://lastools.org/";
29 license = licenses.unfree;
30 maintainers = with maintainers; [ stephenwithph ];
31 platforms = platforms.unix;