forked from mirrors/nixpkgs
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;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "A version control system intended to be a compelling replacement for CVS in the open source community";
|
||||
homepage = http://subversion.apache.org/;
|
||||
|
|
Loading…
Reference in a new issue