python313Packages.whoosh: fix build-system

This commit is contained in:
Sandro Jäckel
2025-04-11 03:46:18 +02:00
parent 04b2657580
commit 3931447385
@@ -20,7 +20,7 @@ buildPythonPackage rec {
hash = "sha256-fKVjPb+p4OD6QA0xUaigxL7FO9Ls7cCmdwWxdWXDGoM=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
nativeCheckInputs = [ pytestCheckHook ];