Commit 744e64b5 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

rtabmap: mark as broken

parent e5102e87
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -90,5 +90,7 @@ stdenv.mkDerivation (finalAttrs: {
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ marius851000 ];
    platforms = with lib.platforms; linux;
    # pcl/io/io.h: No such file or directory
    broken = true;
  };
})