mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
python312Packages.vharfbuzz: drop explicitly added pythonImportsCheckHook
This commit is contained in:
parent
14ff4058cf
commit
2dd770f56f
@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
fonttools,
|
||||
pythonImportsCheckHook,
|
||||
uharfbuzz,
|
||||
}:
|
||||
|
||||
@ -21,7 +20,6 @@ buildPythonPackage rec {
|
||||
fonttools
|
||||
uharfbuzz
|
||||
];
|
||||
nativeBuildInputs = [ pythonImportsCheckHook ];
|
||||
|
||||
# Package has no tests.
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user