mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
altcoins.litecoin: enable parallel building
This commit is contained in:
parent
3aa413e08c
commit
b97ebadd02
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||
configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ]
|
||||
++ optionals withGui [ "--with-gui=qt4" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = {
|
||||
description = "A lite version of Bitcoin using scrypt as a proof-of-work algorithm";
|
||||
longDescription= ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue