diff options
author | flywind <43030857+xflywind@users.noreply.github.com> | 2020-12-21 03:34:00 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-21 10:34:00 +0100 |
commit | 29c9a1c14b67ababca7b8ad7f80a0b84d74cfc9b (patch) | |
tree | 9141230565a4f5675cad0c4c2aafa231450a5217 | |
parent | d00a4121297fbb8824cffeecd7aab132a5769b11 (diff) | |
download | Nim-29c9a1c14b67ababca7b8ad7f80a0b84d74cfc9b.tar.gz |
bring back important packages; closes #16419 (#16424)
-rw-r--r-- | testament/important_packages.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index ebe7bcf01..aae560939 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -41,7 +41,7 @@ pkg1 "fidget" pkg1 "fragments", "nim c -r fragments/dsl.nim" pkg1 "gara" pkg1 "glob" -# pkg1 "ggplotnim", "nim c -d:noCairo -r tests/tests.nim" # pending bug #16418 +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" @@ -99,7 +99,7 @@ pkg2 "optionsutils" pkg2 "ormin", "nim c -o:orminn ormin.nim" pkg2 "parsetoml" pkg2 "patty" -# pkg2 "plotly", "nim c examples/all.nim" # pending bug #16418 +pkg2 "plotly", "nim c examples/all.nim" pkg2 "pnm" pkg2 "polypbren" pkg2 "prologue", "nimble tcompile" |