From 4764220cfbee11a556dde0b9f53b2f90607297eb Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Wed, 15 Apr 2020 04:07:18 -0700 Subject: [PATCH] Fix https://github.com/inim-repl/INim/issues/66 (#13984) --- 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 a78f79b7d5..7eb94a5c12 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -37,7 +37,7 @@ pkg "glob" pkg "gnuplot" pkg "hts", false, "nim c -o:htss src/hts.nim" pkg "illwill", false, "nimble examples" -pkg "inim" +pkg "inim", true pkg "itertools", false, "nim doc src/itertools.nim" pkg "iterutils" pkg "jstin"