From 22d60a53f70e3de9b2bf6e6a722baa02c3c82cb2 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 20 Apr 2020 18:54:25 +0200 Subject: [PATCH] package 'inim' now has dependencies --- 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 f2ce8fb255..bb708849c6 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -35,7 +35,7 @@ pkg "gnuplot" # pkg "godot", "nim c -r godot/godot.nim" # not yet compatible with Nim 0.19 pkg "hts", "nim c -o:htss src/hts.nim" pkg "illwill", "nimble examples" -pkg "inim" +pkg "inim", "", true pkg "itertools", "nim doc src/itertools.nim" pkg "iterutils" pkg "jstin"