treewide: remove "ninja test" checkPhase

This is now handled in the ninja setup hook.

(cherry picked from commit f5e099754fffc3d2b68c8ba6fc8025f3c921fddc)
This commit is contained in:
Matthew Bauer
2018-11-16 16:28:12 -06:00
parent 69d1151bfa
commit 955fd85829
2 changed files with 0 additions and 8 deletions

View File

@@ -18,10 +18,6 @@ buildPythonPackage rec {
buildInputs = [ nix boost ];
checkPhase = ''
ninja test
'';
meta = with stdenv.lib; {
description = ''
Eval nix code from python.