ycmd: use boost174
PR #138309 switched the default to 177 and that broke the build. /cc #151469.
This commit is contained in:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user