summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorTristram Oaten <o@tman.me>2020-05-04 14:07:04 +0100
committerGitHub <noreply@github.com>2020-05-04 15:07:04 +0200
commit927737975cc02992ea3ce598e3d15970c991a5d8 (patch)
tree3ab64b8a2cce16335535fd800ad30691b2047408 /testament
parent603010f8c9d9655bb0fa3f91dc0bd1b76d3a0bd3 (diff)
downloadNim-927737975cc02992ea3ce598e3d15970c991a5d8.tar.gz
Re-enabling INim (#14215)
Diffstat (limited to 'testament')
-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 db6d686e5..02cb3e3fe 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -46,7 +46,7 @@ pkg "gnuplot"
 pkg "hts", false, "nim c -o:htss src/hts.nim"
 # pkg "httpauth", true
 pkg "illwill", false, "nimble examples"
-# pkg "inim", true # pending https://github.com/inim-repl/INim/issues/74
+pkg "inim", true
 pkg "itertools", false, "nim doc src/itertools.nim"
 pkg "iterutils"
 pkg "jstin"