altcoins.bitcoin-xt: enable parallel building
This commit is contained in:
parent
a46a45a065
commit
c200b49c71
@ -27,6 +27,8 @@ stdenv.mkDerivation rec{
|
|||||||
"--with-libcurl-headers=${curl.dev}/include"
|
"--with-libcurl-headers=${curl.dev}/include"
|
||||||
] ++ optionals withGui [ "--with-gui=qt4" ];
|
] ++ optionals withGui [ "--with-gui=qt4" ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Peer-to-peer electronic cash system (XT client)";
|
description = "Peer-to-peer electronic cash system (XT client)";
|
||||||
longDescription= ''
|
longDescription= ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user