ycmd: unpin abseil-cpp

This commit is contained in:
Tomas Drtina
2023-06-20 07:30:17 -04:00
committed by Yt
parent 6bc5bf199a
commit 3fb023ee2c
-1
View File
@@ -19772,7 +19772,6 @@ with pkgs;
ycmd = callPackage ../development/tools/misc/ycmd {
inherit (darwin.apple_sdk.frameworks) Cocoa;
python = python3;
abseil-cpp = abseil-cpp_202103;
};
yodl = callPackage ../development/tools/misc/yodl { };