cloudcompare: Cleanup/fix comments

authored by

rowanG077 and committed by
Raphael Megzari
a64b27c5 e29cb6cb

+1 -4
+1 -4
pkgs/applications/graphics/cloudcompare/default.nix
··· 1 { lib 2 , mkDerivation 3 , fetchFromGitHub 4 - , fetchpatch 5 , cmake 6 , dxflib 7 , eigen ··· 20 21 mkDerivation 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"; 27 28 src = fetchFromGitHub {
··· 1 { lib 2 , mkDerivation 3 , fetchFromGitHub 4 , cmake 5 , dxflib 6 , eigen ··· 19 20 mkDerivation rec { 21 pname = "cloudcompare"; 22 + # Released version(v2.11.3) doesn't work with packaged PCL. 23 version = "unstable-2021-10-14"; 24 25 src = fetchFromGitHub {