From 83c1ec46cea5dc8044db3f14908fee58c07484e3 Mon Sep 17 00:00:00 2001 From: narimiran Date: Tue, 14 Jan 2020 07:44:20 +0100 Subject: [PATCH] fix `hts` test command (cherry picked from commit b26f564d19ede8b5353fe7ac9a90b5034b3ea55b) --- 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 0fd661abfc..f09a75aabd 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"