diff options
-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 0fd661abf..f09a75aab 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -33,7 +33,7 @@ pkg "gara" pkg "glob" pkg "gnuplot" # pkg "godot", "nim c -r godot/godot.nim" # not yet compatible with Nim 0.19 -pkg "hts", "nim c -o:htss -r src/hts.nim" +pkg "hts", "nim c -o:htss src/hts.nim" pkg "illwill", "nimble examples" pkg "inim" pkg "itertools", "nim doc src/itertools.nim" |