diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 1fce6a0018741..7feb0f807cd00 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -149,7 +149,7 @@ pkg "polypbren" pkg "presto" pkg "prologue", "nimble tcompile" # remove fork after https://github.com/PMunch/combparser/pull/7 is merged: -pkg "protobuf", "nimble uninstall -i -y combparser; nimble install -y https://github.com/metagn/combparser@#HEAD; nimble install --depsOnly -y; nim c -o:protobuff -r src/protobuf.nim" +pkg "protobuf", "nimble install -y; nimble uninstall -i -y combparser; nimble install -y https://github.com/metagn/combparser@#HEAD; nim c -o:protobuff -r src/protobuf.nim" pkg "rbtree" pkg "react", "nimble example" pkg "regex", "nim c src/regex"