···1{ lib
2, mkDerivation
3, fetchFromGitHub
4-, fetchpatch
5, cmake
6, dxflib
7, eigen
···2021mkDerivation rec {
22 pname = "cloudcompare";
23- # Released version doesn't work with packaged PCL
24- # because it's too new. Considering that a release
25- # is a year ago it's unreasonable to wait for it.
26 version = "unstable-2021-10-14";
2728 src = fetchFromGitHub {
···1{ lib
2, mkDerivation
3, fetchFromGitHub
04, cmake
5, dxflib
6, eigen
···1920mkDerivation rec {
21 pname = "cloudcompare";
22+ # Released version(v2.11.3) doesn't work with packaged PCL.
0023 version = "unstable-2021-10-14";
2425 src = fetchFromGitHub {