mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
mir: Fix parallelism in checkPhase
ptest target is slightly prettier than regular check target but it uses nproc which we don't want
This commit is contained in:
parent
2b54954fdb
commit
9b4a4c0582
1 changed files with 0 additions and 2 deletions
|
@ -179,8 +179,6 @@ stdenv.mkDerivation rec {
|
|||
export XDG_RUNTIME_DIR=/tmp
|
||||
'';
|
||||
|
||||
checkTarget = "ptest";
|
||||
|
||||
outputs = [ "out" "dev" "doc" ];
|
||||
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue