python3Packages.sphinxcontrib-spelling: fix build

This commit is contained in:
Sigmanificient
2026-03-19 22:33:40 +01:00
parent 3a813e37cc
commit 6a6d2278b8
@@ -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
];