pythonPackages.sip: enable parallel building

This commit is contained in:
Orivej Desh 2018-12-27 13:10:36 +00:00
parent d12025627f
commit 21f04bc66a

View File

@ -19,6 +19,8 @@ buildPythonPackage rec {
-b $out/bin -e $out/include
'';
enableParallelBuilding = true;
meta = with lib; {
description = "Creates C++ bindings for Python modules";
homepage = "http://www.riverbankcomputing.co.uk/";