Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

altcoins.litecoin: enable parallel building

+2
+2
pkgs/applications/altcoins/litecoin.nix
··· 29 configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ] 30 ++ optionals withGui [ "--with-gui=qt4" ]; 31 32 meta = { 33 description = "A lite version of Bitcoin using scrypt as a proof-of-work algorithm"; 34 longDescription= ''
··· 29 configureFlags = [ "--with-boost-libdir=${boost.out}/lib" ] 30 ++ optionals withGui [ "--with-gui=qt4" ]; 31 32 + enableParallelBuilding = true; 33 + 34 meta = { 35 description = "A lite version of Bitcoin using scrypt as a proof-of-work algorithm"; 36 longDescription= ''