summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-10-16 09:52:19 +0800
committerGitHub <noreply@github.com>2022-10-16 09:52:19 +0800
commit619d6c318c517683ae601818e6f4af8e6383ed5e (patch)
tree45fed9540b7e747179cb834da425f422c5913825 /testament
parented26156c99d1bbcfc10ae77f8f50628a561734ff (diff)
downloadNim-619d6c318c517683ae601818e6f4af8e6383ed5e.tar.gz
enable glob (#20573)
ref https://github.com/haltcase/glob/commit/5cc331043791578e88c9c5d6d0cce0ac419dfcf5
Diffstat (limited to 'testament')
-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 55a943f59..9f7ce0b37 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -67,7 +67,7 @@ pkg "fidget"
 pkg "fragments", "nim c -r fragments/dsl.nim", allowFailure = true # pending https://github.com/nim-lang/packages/issues/2115 
 pkg "fusion"
 pkg "gara"
-pkg "glob", url = "https://github.com/nim-lang/glob", useHead = true
+pkg "glob"
 pkg "ggplotnim", "nim c -d:noCairo -r tests/tests.nim", url = "https://github.com/nim-lang/ggplotnim", useHead = true
 pkg "gittyup", "nimble test", "https://github.com/disruptek/gittyup", allowFailure = true
 pkg "gnuplot", "nim c gnuplot.nim"