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:
OPNA2608 2023-02-16 01:15:16 +01:00
parent 2b54954fdb
commit 9b4a4c0582

View File

@ -179,8 +179,6 @@ stdenv.mkDerivation rec {
export XDG_RUNTIME_DIR=/tmp
'';
checkTarget = "ptest";
outputs = [ "out" "dev" "doc" ];
passthru = {