diff options
-rw-r--r-- | testament/important_packages.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 9dbb4a4f9..363171082 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -17,7 +17,8 @@ pkg "c2nim", false, "nim c testsuite/tester.nim" pkg "cascade" pkg "chroma" pkg "chronicles", true, "nim c -o:chr -r chronicles.nim" -pkg "chronos", true +# disable until my chronos fix was merged +#pkg "chronos", true pkg "cligen", false, "nim c -o:cligenn -r cligen.nim" pkg "coco", true pkg "combparser" |