From 70e4355b7390a9672db63c44fbe10d9b09aa8e1d Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Sun, 12 Oct 2025 00:03:03 +0200 Subject: [PATCH] python313Packages.prosemirror: fix build --- pkgs/development/python-modules/prosemirror/default.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/prosemirror/default.nix b/pkgs/development/python-modules/prosemirror/default.nix index 030a989f9573..4586fb355b1a 100644 --- a/pkgs/development/python-modules/prosemirror/default.nix +++ b/pkgs/development/python-modules/prosemirror/default.nix @@ -1,7 +1,8 @@ { lib, buildPythonPackage, - setuptools-scm, + hatchling, + hatch-vcs, pytestCheckHook, fetchPypi, lxml, @@ -18,7 +19,10 @@ buildPythonPackage rec { hash = "sha256-cZwqoKQ+B7d07R20dXTiDsiBIYYTyaWa2SnGs8o8Hl8="; }; - build-system = [ setuptools-scm ]; + build-system = [ + hatchling + hatch-vcs + ]; dependencies = [ lxml