From 8be26146089c04bbf389509448dc93a192cf796d Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 8 Feb 2021 18:46:27 +0100 Subject: [PATCH] disable 'protobuf' package --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index e8a30a34ae..064276a4fb 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -68,7 +68,7 @@ pkg "patty" # pkg "plotly", "nim c --oldgensym:on examples/all.nim", true pkg "pnm" pkg "polypbren" -pkg "protobuf", "nim c -o:protobuff -r src/protobuf.nim", true +# pkg "protobuf", "nim c -o:protobuff -r src/protobuf.nim", true pkg "rbtree" pkg "react", "nimble example" pkg "regex", "nim c src/regex", true