mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
treewide: remove "ninja test" checkPhase
This is now handled in the ninja setup hook. (cherry picked from commit f5e099754fffc3d2b68c8ba6fc8025f3c921fddc)
This commit is contained in:
parent
69d1151bfa
commit
955fd85829
@ -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
|
||||
'';
|
||||
|
@ -18,10 +18,6 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [ nix boost ];
|
||||
|
||||
checkPhase = ''
|
||||
ninja test
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = ''
|
||||
Eval nix code from python.
|
||||
|
Loading…
Reference in New Issue
Block a user