From dd0e823a0ca94ada3a8e155838da07f76e223012 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 20 Apr 2020 18:55:57 +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 f4976de260..41dfdbbbde 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -36,7 +36,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"