ycmd: build with python3

This commit is contained in:
Jonathan Ringer 2019-07-02 19:02:32 -07:00
parent ed952d43b9
commit 7249ed1c7b
1 changed files with 1 additions and 1 deletions

View File

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