altcoins.litecoin: enable parallel building

This commit is contained in:
Orivej Desh 2018-09-25 13:10:18 +00:00
parent 3aa413e08c
commit b97ebadd02

View file

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]
++ optionals withGui [ "--with-gui=qt4" ];
enableParallelBuilding = true;
meta = {
description = "A lite version of Bitcoin using scrypt as a proof-of-work algorithm";
longDescription= ''