Loading pkgs/development/python-modules/prosemirror/default.nix +6 −2 Original line number Diff line number Diff line { lib, buildPythonPackage, setuptools-scm, hatchling, hatch-vcs, pytestCheckHook, fetchPypi, lxml, Loading @@ -18,7 +19,10 @@ buildPythonPackage rec { hash = "sha256-cZwqoKQ+B7d07R20dXTiDsiBIYYTyaWa2SnGs8o8Hl8="; }; build-system = [ setuptools-scm ]; build-system = [ hatchling hatch-vcs ]; dependencies = [ lxml Loading Loading
pkgs/development/python-modules/prosemirror/default.nix +6 −2 Original line number Diff line number Diff line { lib, buildPythonPackage, setuptools-scm, hatchling, hatch-vcs, pytestCheckHook, fetchPypi, lxml, Loading @@ -18,7 +19,10 @@ buildPythonPackage rec { hash = "sha256-cZwqoKQ+B7d07R20dXTiDsiBIYYTyaWa2SnGs8o8Hl8="; }; build-system = [ setuptools-scm ]; build-system = [ hatchling hatch-vcs ]; dependencies = [ lxml Loading