python3Packages.mlflow: mark broken, missing dep

This commit is contained in:
Jonathan Ringer 2020-08-15 11:48:30 -07:00 committed by Jon
parent 86b5481f3c
commit e1b4af62dd

View file

@ -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
};
}