bitcoin-classic: enable parallel building

wip/yesman
Orivej Desh 6 years ago
parent a729229d19
commit b0d2aa4477
  1. 2
      pkgs/applications/altcoins/bitcoin-classic.nix

@ -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…
Cancel
Save