ycmd: build with python3

This commit is contained in:
Jonathan Ringer 2019-07-02 19:02:32 -07:00
parent ed952d43b9
commit 7249ed1c7b

View file

@ -9878,7 +9878,7 @@ in
ycmd = callPackage ../development/tools/misc/ycmd {
inherit (darwin.apple_sdk.frameworks) Cocoa;
python = python2;
python = python3;
};
yodl = callPackage ../development/tools/misc/yodl { };