From 5788d288adc4592f52d080e9247367d869afae03 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 8 Feb 2021 18:45:45 +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 b09bb1147f..3abaac0de1 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -71,7 +71,7 @@ pkg "patty" pkg "plotly", true, "nim c --oldgensym:on examples/all.nim" pkg "pnm" pkg "polypbren" -pkg "protobuf", true, "nim c -o:protobuff -r src/protobuf.nim" +# pkg "protobuf", true, "nim c -o:protobuff -r src/protobuf.nim" pkg "rbtree" pkg "react", false, "nimble example" pkg "regex", true, "nim c src/regex"