mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
pythonPackages.sip: enable parallel building
This commit is contained in:
parent
d12025627f
commit
21f04bc66a
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user