Skip to content

Commit

Permalink
disable parsetoml package until it's fixed upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Araq committed May 27, 2019
1 parent dfcd826 commit af6539b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af6539b

Please sign in to comment.