about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2010-10-29 14:46:18 +0000
committerPeter Simons <simons@cryp.to>2010-10-29 14:46:18 +0000
commit1caab7cc92e2adace415dfe078c53c5be1e632a3 (patch)
tree035ab5d0ab2fdb03adb6b3da1fb84de642fec03a /pkgs
parent8aa38f953c581e1d04677016a3e282e92808dd47 (diff)
downloadnixlib-1caab7cc92e2adace415dfe078c53c5be1e632a3.tar
nixlib-1caab7cc92e2adace415dfe078c53c5be1e632a3.tar.gz
nixlib-1caab7cc92e2adace415dfe078c53c5be1e632a3.tar.bz2
nixlib-1caab7cc92e2adace415dfe078c53c5be1e632a3.tar.lz
nixlib-1caab7cc92e2adace415dfe078c53c5be1e632a3.tar.xz
nixlib-1caab7cc92e2adace415dfe078c53c5be1e632a3.tar.zst
nixlib-1caab7cc92e2adace415dfe078c53c5be1e632a3.zip
subversion: enable parallel building
svn path=/nixpkgs/trunk/; revision=24527
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/version-management/subversion/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/subversion/default.nix b/pkgs/applications/version-management/subversion/default.nix
index 9478ad74c989..8f7ec37823ae 100644
--- a/pkgs/applications/version-management/subversion/default.nix
+++ b/pkgs/applications/version-management/subversion/default.nix
@@ -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/;