Files
nixpkgs/pkgs/development/python-modules/ipylab
Florian Klink 8ceb7ca458 python312Packages.ipylab: fix broken 'ipylab._version' import
Running hatchling without the version hook prevents this file from being
created, which causes an import error on Darwin.

The second hook, one that normally compiles javascript is skipped, as
our sources already contain it, yet the declared dependency,
hatch-jupyter-builder still needs to be provided.
2025-02-25 22:18:08 +07:00
..