wxGTK-2.x: enable parallel building
svn path=/nixpkgs/trunk/; revision=31515
This commit is contained in:
parent
1585c62857
commit
6284c83b15
@ -46,4 +46,6 @@ stdenv.mkDerivation {
|
|||||||
";
|
";
|
||||||
|
|
||||||
passthru = {inherit gtk compat24 compat26 unicode;};
|
passthru = {inherit gtk compat24 compat26 unicode;};
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
}
|
}
|
||||||
|
@ -36,4 +36,6 @@ stdenv.mkDerivation {
|
|||||||
";
|
";
|
||||||
|
|
||||||
passthru = {inherit gtk compat24 compat26 unicode;};
|
passthru = {inherit gtk compat24 compat26 unicode;};
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
}
|
}
|
||||||
|
@ -36,4 +36,6 @@ stdenv.mkDerivation {
|
|||||||
";
|
";
|
||||||
|
|
||||||
passthru = {inherit gtk compat24 compat26 unicode;};
|
passthru = {inherit gtk compat24 compat26 unicode;};
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user