Skip to content

Commit 479c62f

Browse files
committed
colmap: move to by-name
1 parent 30d04c3 commit 479c62f

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/applications/science/misc/colmap/0001-lib-PoissonRecon-fix-build-with-clang-19.patch renamed to pkgs/by-name/co/colmap/0001-lib-PoissonRecon-fix-build-with-clang-19.patch

File renamed without changes.
File renamed without changes.

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5577,7 +5577,7 @@ with pkgs;
55775577
inherit (llvmPackages) lld stdenv;
55785578
};
55795579

5580-
colmap = libsForQt5.callPackage ../applications/science/misc/colmap { inherit (config) cudaSupport; };
5580+
colmap = libsForQt5.callPackage ../by-name/co/colmap/package.nix { };
55815581
colmapWithCuda = colmap.override { cudaSupport = true; };
55825582

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

0 commit comments

Comments
 (0)