Enable parallel building of ledger 3
svn path=/nixpkgs/trunk/; revision=31350
This commit is contained in:
parent
81b3aecaec
commit
b884e56aa2
@ -27,6 +27,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://ledger-cli.org/";
|
homepage = "http://ledger-cli.org/";
|
||||||
description = "A double-entry accounting system with a command-line reporting interface";
|
description = "A double-entry accounting system with a command-line reporting interface";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user