ycmd: use boost174

PR #138309 switched the default to 177 and that broke the build.
/cc #151469.
This commit is contained in:
Vladimír Čunát
2021-12-25 10:41:28 +01:00
parent b912e42313
commit 597743cf9c
+1
View File
@@ -15670,6 +15670,7 @@ with pkgs;
ycmd = callPackage ../development/tools/misc/ycmd {
inherit (darwin.apple_sdk.frameworks) Cocoa;
python = python3;
boost = boost174;
};
yodl = callPackage ../development/tools/misc/yodl { };