altcoins.bitcoin-abc: enable parallel building
This commit is contained in:
parent
c200b49c71
commit
3aa413e08c
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]
|
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]
|
||||||
++ optionals withGui [ "--with-gui=qt5" ];
|
++ optionals withGui [ "--with-gui=qt5" ];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Peer-to-peer electronic cash system (Cash client)";
|
description = "Peer-to-peer electronic cash system (Cash client)";
|
||||||
longDescription= ''
|
longDescription= ''
|
||||||
|
Loading…
Reference in New Issue
Block a user