mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
micropython: use Nix make infra and build in parallel
This commit is contained in:
parent
02c887764c
commit
0d48fd069d
@ -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