nixpkgs/pkgs/development/python-modules/zarr
Sergei Trofimovich 7ae106ff77 pypy3Packages.zarr.optional-dependencies: fix the eval
Without the chnage the eval fails as:

    $ nix-instantiate -A pypy3Packages.zarr.optional-dependencies
    error:
       … while evaluating the attribute 'docs'
         at pkgs/development/python-modules/zarr/default.nix:126:7:
          125|       ];
          126|       docs = [
             |       ^
          127|         # Doc building

       … while selecting an attribute
         at pkgs/development/python-modules/zarr/default.nix:145:10:
          144|       ++ mkdocs-material.optional-dependencies.imaging
          145|       ++ markdown-exec.optional-dependencies.ansi
             |          ^
          146|       ++ numcodecs.optional-dependencies.msgpack;

       error: expected a set but found null: null
2026-03-05 09:01:51 +00:00
..
default.nix pypy3Packages.zarr.optional-dependencies: fix the eval 2026-03-05 09:01:51 +00:00