nano-wallet: enable parallel building

This commit is contained in:
Weijia Wang 2023-06-07 15:26:34 +03:00
parent 4cb91e7caa
commit 727e867423

View file

@ -34,11 +34,7 @@ stdenv.mkDerivation rec {
strictDeps = true;
buildPhase = ''
runHook preBuild
make nano_wallet
runHook postBuild
'';
makeFlags = [ "nano_wallet" ];
checkPhase = ''
runHook preCheck