nano-wallet: enable parallel building
This commit is contained in:
parent
4cb91e7caa
commit
727e867423
@ -34,11 +34,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
make nano_wallet
|
||||
runHook postBuild
|
||||
'';
|
||||
makeFlags = [ "nano_wallet" ];
|
||||
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
|
Loading…
Reference in New Issue
Block a user