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:
parent
36c7b97ebf
commit
681f4c49e9
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue