apache-airflow: build with python 3.7

This commit is contained in:
Frederik Rietdijk 2020-06-07 10:46:21 +02:00
parent b10932369e
commit 59ca4153ef

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