diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-10-20 17:11:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-20 17:11:51 +0800 |
commit | 2ffa230b49543ea95789aa9b25d99451a6e6d8d5 (patch) | |
tree | ca0bd2fcd115f98e74f3afb55f55761250579eb1 | |
parent | f6a002c8a582d83e9d7b51b945d26cf428699ad9 (diff) | |
download | Nim-2ffa230b49543ea95789aa9b25d99451a6e6d8d5.tar.gz |
enable ggplotnim (#20600)
ref https://github.com/Vindaar/ggplotnim/pull/151 ref https://github.com/Vindaar/ggplotnim/commit/b1a653b19881edfde5c87db91173c097a6a36dce
-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 bf750119c..9befd7261 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -68,7 +68,7 @@ pkg "fragments", "nim c -r fragments/dsl.nim", allowFailure = true # pending htt pkg "fusion" pkg "gara" pkg "glob" -pkg "ggplotnim", "nim c -d:noCairo -r tests/tests.nim", url = "https://github.com/nim-lang/ggplotnim", useHead = true +pkg "ggplotnim", "nim c -d:noCairo -r tests/tests.nim" pkg "gittyup", "nimble test", "https://github.com/disruptek/gittyup", allowFailure = true pkg "gnuplot", "nim c gnuplot.nim" # pkg "gram", "nim c -r --gc:arc --define:danger tests/test.nim", "https://github.com/disruptek/gram" |