diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2025-12-29 20:18:41 +0000 |
|---|---|---|
| committer | Michael Daniels <mdaniels5757@gmail.com> | 2025-12-29 17:06:57 -0500 |
| commit | ed278f6bb2c0d4350bad685cdc4fefaa39005d8e (patch) | |
| tree | 4d8a3d5c839e17c835a3cf6486ca4ad31e30a331 /pkgs/development/python-modules/python-openstackclient | |
| parent | fb4bc411554c1bfbd293e406e51bf04176c44e05 (diff) | |
python3Packages.xarray.optional-dependencies.complete: fix the eval
Without the change the eval fails as:
$ nix-instantiate -A pypy310Packages.xarray.optional-dependencies.complete
error:
… while evaluating a path segment
at pkgs/development/python-modules/xarray/default.nix:96:27:
95| ];
96| complete = with self; accel ++ io ++ etc ++ parallel + viz;
| ^
97| });
error: cannot coerce a list to a string: [ «thunk» «thunk» «thunk» «thunk» «thunk» «thunk» «thunk» «thunk» «thunk» «thunk» «13 items elided» ]
This happens because of `+` concat operator instead of `++`.
Diffstat (limited to 'pkgs/development/python-modules/python-openstackclient')
0 files changed, 0 insertions, 0 deletions
