Enable parallel building of ledger 3

svn path=/nixpkgs/trunk/; revision=31350
This commit is contained in:
Shea Levy 2012-01-06 15:44:14 +00:00
parent 81b3aecaec
commit b884e56aa2

View file

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