diff options
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 243856d5e..4186ce30d 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -96,7 +96,7 @@ pkg2 "nimsl", true pkg2 "nimsvg" # pkg2 "nimterop", true pkg2 "nimwc", true, "nim c nimwc.nim" -pkg2 "nimx", true, "nim c --threads:on test/main.nim" +# pkg2 "nimx", true, "nim c --threads:on test/main.nim" pkg2 "nitter", true, "nim c src/nitter.nim", "https://github.com/zedeus/nitter" pkg2 "norm", true, "nim c -r tests/tsqlite.nim" pkg2 "npeg", false, "nimble testarc" |