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

@ -66,10 +66,6 @@ python3Packages.buildPythonApplication rec {
substituteInPlace cozy/magic/magic.py --replace "ctypes.util.find_library('magic')" "'${file}/lib/libmagic${stdenv.hostPlatform.extensions.sharedLibrary}'"
'';
checkPhase = ''
ninja test
'';
postInstall = ''
ln -s $out/bin/com.github.geigi.cozy $out/bin/cozy
'';

View File

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