python311Packages.napari-npe2: fix the build

`tomli-w` dependency was missing.
This commit is contained in:
Thomas Gerbet
2024-01-27 00:55:54 +01:00
parent 117fd19a77
commit ccd069c53d
@@ -13,6 +13,7 @@
, pyyaml
, rich
, typer
, tomli-w
}:
buildPythonPackage rec {
@@ -46,6 +47,7 @@ buildPythonPackage rec {
pyyaml
rich
typer
tomli-w
];
pythonImportsCheck = [