wxGTK-2.x: enable parallel building

svn path=/nixpkgs/trunk/; revision=31515
This commit is contained in:
Peter Simons 2012-01-13 10:31:58 +00:00
parent 1585c62857
commit 6284c83b15
3 changed files with 6 additions and 0 deletions

@ -46,4 +46,6 @@ stdenv.mkDerivation {
";
passthru = {inherit gtk compat24 compat26 unicode;};
enableParallelBuilding = true;
}

@ -36,4 +36,6 @@ stdenv.mkDerivation {
";
passthru = {inherit gtk compat24 compat26 unicode;};
enableParallelBuilding = true;
}

@ -36,4 +36,6 @@ stdenv.mkDerivation {
";
passthru = {inherit gtk compat24 compat26 unicode;};
enableParallelBuilding = true;
}