alembic: remove custom checkPhase and use enableParallelChecking instead
This is supported by stdenv already.
This commit is contained in:
parent
7ab4561dfa
commit
042d7c5f02
@ -60,11 +60,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
runHook preCheck
|
||||
ctest -j 1
|
||||
runHook postCheck
|
||||
'';
|
||||
enableParallelChecking = false;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Open framework for storing and sharing scene data";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user