From b884e56aa27c9fcaab0e551483f16cd71b1ad203 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Fri, 6 Jan 2012 15:44:14 +0000 Subject: [PATCH] Enable parallel building of ledger 3 svn path=/nixpkgs/trunk/; revision=31350 --- pkgs/applications/office/ledger/3.0.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/office/ledger/3.0.nix b/pkgs/applications/office/ledger/3.0.nix index 6c3a4694395..b95f2cc542a 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";