python3Packages.pydantic: enable parallel build
This commit is contained in:
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; {
|
||||
|
||||
Reference in New Issue
Block a user