mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
micropython: use Nix make infra and build in parallel
This commit is contained in:
parent
1c5f849214
commit
d3b08d1bd0
@ -23,12 +23,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ libffi readline ];
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
make -C mpy-cross
|
||||
make -C ports/unix
|
||||
runHook postBuild
|
||||
'';
|
||||
makeFlags = [ "-C" "ports/unix" ]; # also builds mpy-cross
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user