diff options
author | flywind <43030857+xflywind@users.noreply.github.com> | 2020-12-29 22:30:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 12:30:20 +0800 |
commit | 1df0c04a1c273237bef01b520d3c7dd1017b1611 (patch) | |
tree | bdbf30f5dddd227397491be52630ed053810a5ce | |
parent | 95f599ca2d94e4d58055390c4b9c7761bbd60d01 (diff) | |
download | Nim-1df0c04a1c273237bef01b520d3c7dd1017b1611.tar.gz |
disable grams (#16511)
-rw-r--r-- | testament/important_packages.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 5a9775bad..dca8c5a4f 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -44,7 +44,8 @@ pkg1 "glob" pkg1 "ggplotnim", "nim c -d:noCairo -r tests/tests.nim" # pkg1 "gittyup", "nimble test", "https://github.com/disruptek/gittyup" pkg1 "gnuplot", "nim c gnuplot.nim" -pkg1 "gram", "nim c -r --gc:arc --define:danger tests/test.nim", "https://github.com/disruptek/gram" +# pkg1 "gram", "nim c -r --gc:arc --define:danger tests/test.nim", "https://github.com/disruptek/gram" + # pending https://github.com/nim-lang/Nim/issues/16509 pkg1 "hts", "nim c -o:htss src/hts.nim" # pkg1 "httpauth" pkg1 "illwill", "nimble examples" |