apache-airflow: build with python 3.7
This commit is contained in:
@@ -624,7 +624,7 @@ in
|
||||
|
||||
airfield = callPackage ../tools/networking/airfield { };
|
||||
|
||||
apache-airflow = with python3.pkgs; toPythonApplication apache-airflow;
|
||||
apache-airflow = with python37.pkgs; toPythonApplication apache-airflow;
|
||||
|
||||
airsonic = callPackage ../servers/misc/airsonic { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user