@@ -8,7 +8,7 @@ var packages*: seq[tuple[name, cmd: string; hasDeps: bool; url: string]] = @[]
88pkg " argparse"
99pkg " arraymancer" , true , " nim c tests/tests_cpu.nim"
1010pkg " ast_pattern_matching" , false , " nim c -r --oldgensym:on tests/test1.nim"
11- pkg " asyncmysql" , true
11+ pkg " asyncmysql" , true , cmd = " " # pending https://github.com/tulayang/asyncmysql/issues/5
1212pkg " bigints"
1313pkg " binaryheap" , false , " nim c -r binaryheap.nim"
1414# pkg "blscurve", true # pending https://github.com/status-im/nim-blscurve/issues/39
@@ -33,7 +33,7 @@ pkg "fragments", false, "nim c -r fragments/dsl.nim"
3333pkg " gara"
3434pkg " ggplotnim" , true , " nimble testCI"
3535pkg " glob"
36- pkg " gnuplot"
36+ pkg " gnuplot" , cmd = " nim c fresnel_test.nim "
3737pkg " hts" , false , " nim c -o:htss src/hts.nim"
3838pkg " illwill" , false , " nimble examples"
3939pkg " inim"
@@ -92,5 +92,5 @@ pkg "unpack"
9292# pkg "winim", true
9393pkg " with"
9494pkg " ws"
95- pkg " yaml"
95+ pkg " yaml" , cmd = " " # pending https://github.com/flyx/NimYAML/issues/80
9696pkg " zero_functional" , false , " nim c -r test.nim"
0 commit comments