mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
wakatime: don't run check phase
This commit is contained in:
parent
608eaeaeab
commit
b6a90700b8
@ -11,6 +11,8 @@ buildPythonApplication rec {
|
||||
sha256 = "1bg8fzd3rdc6na0a7z1d55m2gbnfq6d72mf2jlyzc817r6dr4bfx";
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
inherit (src.meta) homepage;
|
||||
description = "WakaTime command line interface";
|
||||
|
Loading…
Reference in New Issue
Block a user