mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
alembic: remove custom checkPhase and use enableParallelChecking instead
This is supported by stdenv already.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user