summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2021-01-01 11:32:41 -0600
committerGitHub <noreply@github.com>2021-01-01 18:32:41 +0100
commiteb25d7dd712bd339f11becbf5499d04930382a30 (patch)
tree46216e520d5dffecbd620c8fbec6deccd5e57bd2
parent9d4a1f95544c6c7c58829384cf8045e3803faab0 (diff)
downloadNim-eb25d7dd712bd339f11becbf5499d04930382a30.tar.gz
enable ggplotnim (#16538)
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 65104e1fe..dca8c5a4f 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 #16523
+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"