8 stdenv.mkDerivation rec {
12 outputs = [ "out" "dev" ];
14 src = fetchFromGitHub {
18 hash = "sha256-IHY9QtNYsxPz/ksxRMZGHleT+/bawfTYNVRSTAuYQ7Y=";
22 # https://github.com/Esri/lerc/pull/227
24 name = "use-cmake-install-full-dir.patch";
25 url = "https://github.com/Esri/lerc/commit/5462ca7f7dfb38c65e16f5abfd96873af177a0f8.patch";
26 hash = "sha256-qaNR3QwLe0AB6vu1nXOh9KhlPdWM3DmgCJj4d0VdOUk=";
35 description = "C++ library for Limited Error Raster Compression";
36 homepage = "https://github.com/esri/lerc";
37 license = lib.licenses.asl20;
38 maintainers = with lib.maintainers; [ dotlambda ];