pcl: broken with qtbase >= 5.15
This commit is contained in:
parent
ef97866598
commit
d6a57a8f4d
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
homepage = "http://pointclouds.org/";
|
||||
broken = stdenv.lib.versionAtLeast qtbase.version "5.15";
|
||||
description = "Open project for 2D/3D image and point cloud processing";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
|
Loading…
Reference in New Issue
Block a user