apache-airflow: build with python 3.7

This commit is contained in:
Frederik Rietdijk
2020-06-07 11:44:00 +02:00
parent b10932369e
commit 59ca4153ef
+1 -1
View File
@@ -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 { };