catch2_3: move to pkgs/by-name

This commit is contained in:
Robert Schütz
2025-08-29 19:04:26 -07:00
parent 4b43c35610
commit acb05054f6
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -1903,8 +1903,6 @@ with pkgs;
catch2 = callPackage ../development/libraries/catch2 { };
catch2_3 = callPackage ../development/libraries/catch2/3.nix { };
ceres-solver = callPackage ../development/libraries/ceres-solver {
gflags = null; # only required for examples/tests
};