stig: remove dontUseSetuptoolsCheck specification

setuptooolsCheckHooks has been removed.
This commit is contained in:
Yueh-Shun Li
2025-02-20 04:56:27 +08:00
parent c1aa53d9a5
commit 75007d54ed
-2
View File
@@ -35,8 +35,6 @@ python3Packages.buildPythonApplication rec {
pytestCheckHook
];
dontUseSetuptoolsCheck = true;
preCheck = ''
export LC_ALL=C
'';