wakatime: don't run check phase
This commit is contained in:
parent
608eaeaeab
commit
b6a90700b8
|
@ -11,6 +11,8 @@ buildPythonApplication rec {
|
||||||
sha256 = "1bg8fzd3rdc6na0a7z1d55m2gbnfq6d72mf2jlyzc817r6dr4bfx";
|
sha256 = "1bg8fzd3rdc6na0a7z1d55m2gbnfq6d72mf2jlyzc817r6dr4bfx";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
description = "WakaTime command line interface";
|
description = "WakaTime command line interface";
|
||||||
|
|
Loading…
Reference in New Issue