3
0
Fork 0
forked from mirrors/nixpkgs

subversion: enable parallel building

svn path=/nixpkgs/trunk/; revision=24527
This commit is contained in:
Peter Simons 2010-10-29 14:46:18 +00:00
parent 8aa38f953c
commit 1caab7cc92

View file

@ -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/;