python3Packages.h2: fix typo (pythonImportCheck -> pythonImportsCheck)

This commit is contained in:
Pavol Rusnak 2021-07-18 12:26:11 +02:00
parent 10e93973f6
commit 6ec2fcefd2
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D

View file

@ -39,7 +39,7 @@ buildPythonPackage rec {
hypothesis
];
pythonImportCheck = [
pythonImportsCheck = [
"h2.connection"
"h2.config"
];