diff options
author | Brent Pedersen <bpederse@gmail.com> | 2020-01-06 22:47:18 -0700 |
---|---|---|
committer | Miran <narimiran@disroot.org> | 2020-01-07 06:47:18 +0100 |
commit | a019cc52f625d301939ffa927b959a20ea47cb6f (patch) | |
tree | bbca26990e83b1c43fbacd9988bfd2877e82a360 /testament/important_packages.nim | |
parent | ba4fbb63285ce198a9feb62e8058889462a96a87 (diff) | |
download | Nim-a019cc52f625d301939ffa927b959a20ea47cb6f.tar.gz |
testament/important_packages dont run hts (#13052)
Diffstat (limited to 'testament/important_packages.nim')
-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" |