summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/httpserver
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2025-04-19 09:21:05 +0100
committerSergei Trofimovich <slyich@gmail.com>2025-04-20 10:55:51 +0100
commit615d0393cd27694b0a08b9e98b07ee73731aa0a8 (patch)
tree19549126c9114f61704b4a34be446dd385f3df3f /pkgs/development/python-modules/httpserver
parentbb884bb83fcdf7bd772c2e455dc8f9f413456012 (diff)
python3Packages.ray: fix `optional-dependencies.all` eval
Without the change the eval fails as: nix-repl> python3Packages.ray.optional-dependencies.all error: … while evaluating the attribute 'ray.optional-dependencies.all' at pkgs/development/python-modules/ray/default.nix:145:5: 144| air = lib.unique (data ++ serve ++ tune ++ train); 145| all = lib.flatten (builtins.attrValues optional-dependencies); | ^ 146| cgraph = [ … while calling the 'concatMap' builtin at nixpkgs-master/lib/lists.nix:437:33: 436| */ 437| flatten = x: if isList x then concatMap (y: flatten y) x else [ x ]; | ^ 438| (stack trace truncated; use '--show-trace' to show the full, detailed trace)
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions