apache-airflow: mark broken

It doesn't build and probably won't any time soon, as it still depends on pre-2.0 Flask.
This commit is contained in:
K900 2022-05-15 23:20:48 +03:00
parent 36c7b97ebf
commit 681f4c49e9

View file

@ -243,5 +243,7 @@ buildPythonPackage rec {
homepage = "https://airflow.apache.org/";
license = licenses.asl20;
maintainers = with maintainers; [ bhipple costrouc ingenieroariel ];
# requires extremely outdated versions of multiple dependencies
broken = true;
};
}