or-tools: move to by-name

This commit is contained in:
Gaetan Lepage
2025-04-10 11:44:51 +02:00
parent 4977b7b20a
commit 6c94a68c58
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -18155,7 +18155,7 @@ with pkgs;
nodejs = nodejs_20;
};
or-tools = callPackage ../development/libraries/science/math/or-tools {
or-tools = callPackage ../by-name/or/or-tools/package.nix {
inherit (darwin) DarwinTools;
python = python3;
protobuf = protobuf_29.override {