From c4ab020f0ff43b4d15a077e91ea17b621ba8c0ed Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 8 Dec 2021 08:26:01 +0100 Subject: [PATCH] correctly enable chronos --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index b2f4e60897..f8c07aa22a 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -16,7 +16,7 @@ pkg "c2nim", false, "nim c testsuite/tester.nim" pkg "cascade" pkg "chroma" pkg "chronicles", true, "nim c -o:chr -r chronicles.nim" -pkg "chronos", "nim c -r -d:release tests/testall" +pkg "chronos", true, "nim c -r -d:release tests/testall" pkg "cligen", false, "nim c -o:cligenn -r cligen.nim" pkg "coco", true pkg "combparser"