pytrainer: mark broken
It fails to run with
TypeError: MetaData.reflect() missing 1 required positional argument: 'bind'
This commit is contained in:
@@ -106,6 +106,8 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
# https://github.com/pytrainer/pytrainer/issues/280
|
||||||
|
broken = true;
|
||||||
homepage = "https://github.com/pytrainer/pytrainer";
|
homepage = "https://github.com/pytrainer/pytrainer";
|
||||||
description = "Application for logging and graphing sporting excursions";
|
description = "Application for logging and graphing sporting excursions";
|
||||||
mainProgram = "pytrainer";
|
mainProgram = "pytrainer";
|
||||||
|
|||||||
Reference in New Issue
Block a user