python3Packages.pydantic: enable parallel build

This commit is contained in:
Phillip Cloud
2022-04-22 18:25:12 +02:00
committed by Frederik Rietdijk
parent 5be42ba941
commit e7c481adee
@@ -43,6 +43,8 @@ buildPythonPackage rec {
export HOME=$(mktemp -d)
'';
enableParallelBuilding = true;
pythonImportsCheck = [ "pydantic" ];
meta = with lib; {