subversion: enable parallel building
svn path=/nixpkgs/trunk/; revision=24527
This commit is contained in:
parent
8aa38f953c
commit
1caab7cc92
@ -68,6 +68,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
inherit perlBindings pythonBindings;
|
inherit perlBindings pythonBindings;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
|
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
|
||||||
homepage = http://subversion.apache.org/;
|
homepage = http://subversion.apache.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user