diff options
author | Araq <rumpf_a@web.de> | 2019-05-27 18:04:14 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-05-27 21:29:02 +0200 |
commit | af6539b0c3b6958251737d5bc140cbcc8652eb8b (patch) | |
tree | b8d79aefcc4ebb944c1c18df746f6b026f036c52 | |
parent | dfcd82669b5c803b5305a95571886aed6e23b339 (diff) | |
download | Nim-af6539b0c3b6958251737d5bc140cbcc8652eb8b.tar.gz |
disable parsetoml package until it's fixed upstream
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 68a2f4431..5e2c44672 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -59,7 +59,7 @@ pkg "nimx", "nim c --threads:on test/main.nim", true pkg "norm", "nim c -o:normm src/norm.nim" pkg "npeg" pkg "ormin", "nim c -o:orminn ormin.nim", true -pkg "parsetoml" +#pkg "parsetoml" pkg "patty" pkg "plotly", "nim c examples/all.nim", true pkg "protobuf", "nim c -o:protobuff -r src/protobuf.nim", true |