diff options
Diffstat (limited to 'testament')
-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 a96310ee5..d10e9c5b3 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -56,7 +56,7 @@ pkg "nimquery" pkg "nimsl", "", true pkg "nimsvg" pkg "nimx", "nim c --threads:on test/main.nim", true -pkg "norm", "nim c -r tests/testsqlite.nim", true +# pkg "norm", "nim c -r tests/testsqlite.nim", true pkg "npeg" pkg "ormin", "nim c -o:orminn ormin.nim", true pkg "parsetoml" |