python3Packages.mlflow: mark broken, missing dep
This commit is contained in:
parent
86b5481f3c
commit
e1b4af62dd
1 changed files with 2 additions and 0 deletions
|
@ -66,5 +66,7 @@ buildPythonPackage rec {
|
|||
description = "Open source platform for the machine learning lifecycle";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ tbenst ];
|
||||
# missing prometheus-flask-exporter, not packaged in nixpkgs
|
||||
broken = true; # 2020-08-15
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue