From 6a6d2278b8fc01fe39b01cdc10d6d89887b2ca18 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Thu, 19 Mar 2026 22:31:30 +0100 Subject: [PATCH] python3Packages.sphinxcontrib-spelling: fix build --- .../python-modules/sphinxcontrib-spelling/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix b/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix index 8f6632c129db..ea30fa2e928d 100644 --- a/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix +++ b/pkgs/development/python-modules/sphinxcontrib-spelling/default.nix @@ -4,8 +4,8 @@ fetchFromGitHub, sphinx, pyenchant, - setuptools, - setuptools-scm, + hatchling, + hatch-vcs, wheel, }: @@ -22,8 +22,8 @@ buildPythonPackage rec { }; nativeBuildInputs = [ - setuptools - setuptools-scm + hatchling + hatch-vcs wheel ];