altcoins.bitcoin-xt: enable parallel building

This commit is contained in:
Orivej Desh 2018-09-25 12:00:11 +00:00
parent a46a45a065
commit c200b49c71

View File

@ -27,6 +27,8 @@ stdenv.mkDerivation rec{
"--with-libcurl-headers=${curl.dev}/include"
] ++ optionals withGui [ "--with-gui=qt4" ];
enableParallelBuilding = true;
meta = {
description = "Peer-to-peer electronic cash system (XT client)";
longDescription= ''