catboost: move to by-name

This commit is contained in:
Gaetan Lepage
2024-10-12 18:29:17 +02:00
committed by Gaétan Lepage
parent 2afe930c60
commit 58cd045b17
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -19071,7 +19071,7 @@ with pkgs;
captive-browser = callPackage ../applications/networking/browsers/captive-browser { };
catboost = callPackage ../development/libraries/catboost {
catboost = callPackage ../by-name/ca/catboost/package.nix {
# https://github.com/catboost/catboost/issues/2540
cudaPackages = cudaPackages_11;
};