3
0
Fork 0
forked from mirrors/nixpkgs

ycmd: unpin boost174

This commit is contained in:
Weijia Wang 2023-06-05 17:39:29 +03:00
parent 7ff1625d2e
commit eaf0edf4af

View file

@ -19659,7 +19659,6 @@ with pkgs;
ycmd = callPackage ../development/tools/misc/ycmd {
inherit (darwin.apple_sdk.frameworks) Cocoa;
python = python3;
boost = boost174;
};
yodl = callPackage ../development/tools/misc/yodl { };