mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
bitcoin-classic: enable parallel building
This commit is contained in:
parent
a729229d19
commit
b0d2aa4477
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]
|
||||
++ optionals withGui [ "--with-gui=qt5" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "Peer-to-peer electronic cash system (Classic client)";
|
||||
longDescription= ''
|
||||
|
|
Loading…
Reference in a new issue