summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-10-19 20:06:06 -0700
committerGitHub <noreply@github.com>2020-10-19 20:06:06 -0700
commit4ab1bd7e3301e22f0a5a9c62f9c90636932fde80 (patch)
treeaf0f57409b9f59943804389c26bf68b0e848fd66
parentf20e485827df6df97b8396558b10d7c59ca1b7dc (diff)
downloadNim-4ab1bd7e3301e22f0a5a9c62f9c90636932fde80.tar.gz
workaround https://github.com/citycide/glob/issues/49 glob broken (#15647)
-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 e8d136151..92d720e60 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -42,7 +42,7 @@ pkg1 "fragments", false, "nim c -r fragments/dsl.nim"
 pkg1 "gara"
 pkg1 "ggplotnim", true, "nim c -d:noCairo -r tests/tests.nim"
 # pkg1 "gittyup", true, "nimble test", "https://github.com/disruptek/gittyup"
-pkg1 "glob"
+# pkg1 "glob" # pending https://github.com/citycide/glob/issues/49
 pkg1 "gnuplot", false, "nim c gnuplot.nim"
 pkg1 "hts", false, "nim c -o:htss src/hts.nim"
 # pkg1 "httpauth", true