summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-12-16 11:36:52 +0800
committerGitHub <noreply@github.com>2022-12-16 11:36:52 +0800
commit78b68421da0a678deb0c17cd03345d62410dbeac (patch)
treefd422466ef1aa4495ba16cd62dafa3a797110c96
parentd00477dffb2c62732b87a440c61706de5b480f48 (diff)
downloadNim-78b68421da0a678deb0c17cd03345d62410dbeac.tar.gz
fixes chronicles (#21114)
-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 d0c87919b..c134be6f9 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -51,7 +51,7 @@ pkg "c2nim", "nim c testsuite/tester.nim"
 pkg "cascade"
 pkg "cello", url = "https://github.com/nim-lang/cello", useHead = true
 pkg "chroma"
-pkg "chronicles", "nimble install -y stew@#head; nim c -o:chr -r chronicles.nim"
+pkg "chronicles", "nim c -o:chr -r chronicles.nim", url = "https://github.com/nim-lang/nim-chronicles"
 pkg "chronos", "nim c -r -d:release tests/testall", url = "https://github.com/nim-lang/nim-chronos"
 pkg "cligen", "nim c --path:. -r cligen.nim"
 pkg "combparser", "nimble test --gc:orc"