diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-04-15 04:07:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 13:07:18 +0200 |
commit | 4764220cfbee11a556dde0b9f53b2f90607297eb (patch) | |
tree | 65ee437ade36518a749da5680ffa81a627b98270 /testament | |
parent | 2c93d1684e44dcec160083eafd1144e4ddeb0ad8 (diff) | |
download | Nim-4764220cfbee11a556dde0b9f53b2f90607297eb.tar.gz |
Fix https://github.com/inim-repl/INim/issues/66 (#13984)
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 a78f79b7d..7eb94a5c1 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" |