python312Packages.stringbrewer: drop explicitly added pythonImportsCheckHook

This commit is contained in:
Nick Cao 2024-09-28 13:17:46 -04:00
parent 2dd770f56f
commit 19402d25f3
No known key found for this signature in database

View File

@ -4,7 +4,6 @@
fetchPypi,
rstr,
sre-yield,
pythonImportsCheckHook,
}:
buildPythonPackage rec {
@ -21,7 +20,6 @@ buildPythonPackage rec {
rstr
sre-yield
];
nativeBuildInputs = [ pythonImportsCheckHook ];
# Package has no tests
doCheck = false;