doh-proxy: stick with Python 3.6 for now
It currently breaks on Python 3.7 due to `async` becoming a reserved keyword
This commit is contained in:
parent
c556e6f1f4
commit
f9b0781938
@ -13395,7 +13395,9 @@ in
|
||||
|
||||
dex-oidc = callPackage ../servers/dex { };
|
||||
|
||||
doh-proxy = callPackage ../servers/dns/doh-proxy { };
|
||||
doh-proxy = callPackage ../servers/dns/doh-proxy {
|
||||
python3Packages = python36Packages;
|
||||
};
|
||||
|
||||
dgraph = callPackage ../servers/dgraph { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user