Loading pkgs/by-name/li/lichess-bot/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, python3Packages, fetchFromGitHub, versionCheckHook, }: python3Packages.buildPythonApplication { Loading Loading @@ -43,6 +44,12 @@ python3Packages.buildPythonApplication { runHook postInstall ''; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--disable_auto_logging"; doInstallCheck = true; meta = { description = "Bridge between lichess.org and bots"; homepage = "https://github.com/lichess-bot-devs/lichess-bot"; Loading Loading
pkgs/by-name/li/lichess-bot/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, python3Packages, fetchFromGitHub, versionCheckHook, }: python3Packages.buildPythonApplication { Loading Loading @@ -43,6 +44,12 @@ python3Packages.buildPythonApplication { runHook postInstall ''; nativeInstallCheckInputs = [ versionCheckHook ]; versionCheckProgramArg = "--disable_auto_logging"; doInstallCheck = true; meta = { description = "Bridge between lichess.org and bots"; homepage = "https://github.com/lichess-bot-devs/lichess-bot"; Loading