Commit 7241a8f8 authored by usertam's avatar usertam Committed by Patrick Chilton
Browse files

colmap: drop libsForQt5.callPackage

parent b7cb0d23
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
  glog,
  libGLU,
  glew,
  qtbase,
  flann,
  cgal,
  gmp,
@@ -71,7 +70,7 @@ stdenv'.mkDerivation rec {
      glog
      libGLU
      glew
      qtbase
      qt5.qtbase
      flann
      lz4
      cgal
+0 −1
Original line number Diff line number Diff line
@@ -4546,7 +4546,6 @@ with pkgs;
    inherit (llvmPackages) lld stdenv;
  };

  colmap = libsForQt5.callPackage ../by-name/co/colmap/package.nix { };
  colmapWithCuda = colmap.override { cudaSupport = true; };

  opensplatWithCuda = opensplat.override { cudaSupport = true; };