2
0
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:
Nick Cao 2024-09-28 13:16:51 -04:00
parent 14ff4058cf
commit 2dd770f56f
No known key found for this signature in database

View File

@ -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;