about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-01-06 15:44:14 +0000
committerShea Levy <shea@shealevy.com>2012-01-06 15:44:14 +0000
commitb884e56aa27c9fcaab0e551483f16cd71b1ad203 (patch)
tree03d321a27515562270f112d9101b8e487637991d /pkgs/applications/office
parent81b3aecaec933091d300ea0fdc24aa03acf56364 (diff)
Enable parallel building of ledger 3
svn path=/nixpkgs/trunk/; revision=31350
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/ledger/3.0.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/office/ledger/3.0.nix b/pkgs/applications/office/ledger/3.0.nix
index 6c3a469439535..b95f2cc542a24 100644
--- a/pkgs/applications/office/ledger/3.0.nix
+++ b/pkgs/applications/office/ledger/3.0.nix
@@ -27,6 +27,8 @@ stdenv.mkDerivation {
 
   doCheck = true;
 
+  enableParallelBuilding = true;
+
   meta = {
     homepage = "http://ledger-cli.org/";
     description = "A double-entry accounting system with a command-line reporting interface";