Commit c7e6aa5a authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

rtabmap: move to by-name

parent 40f5f68c
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@
  pcl,
  libusb1,
  eigen,
  wrapQtAppsHook,
  qtbase,
  g2o,
  ceres-solver,
  zed-open-capture,
@@ -17,6 +15,7 @@
  octomap,
  freenect,
  libdc1394,
  libsForQt5,
  libGL,
  libGLU,
  vtkWithQt5,
@@ -39,7 +38,7 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [
    cmake
    pkg-config
    wrapQtAppsHook
    libsForQt5.wrapQtAppsHook
    wrapGAppsHook3
  ];
  buildInputs = [
@@ -61,7 +60,7 @@ stdenv.mkDerivation rec {
    freenect
    libdc1394
    # librealsense - missing includedir
    qtbase
    libsForQt5.qtbase
    libGL
    libGLU
    vtkWithQt5
+1 −1
Original line number Diff line number Diff line
@@ -4780,7 +4780,7 @@ with pkgs;
  rocket = libsForQt5.callPackage ../tools/graphics/rocket { };
  rtabmap = libsForQt5.callPackage ../applications/video/rtabmap/default.nix {
  rtabmap = callPackage ../by-name/rt/rtabmap/package.nix {
    pcl = pcl.override { vtk = vtkWithQt5; };
  };