Skip to content

Commit 97c4d34

Browse files
committed
fix important_pacakges
1 parent 9d73ae9 commit 97c4d34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testament/important_packages.nim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var packages*: seq[tuple[name, cmd: string; hasDeps: bool; url: string]] = @[]
88
pkg "argparse"
99
pkg "arraymancer", true, "nim c tests/tests_cpu.nim"
1010
pkg "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
1212
pkg "bigints"
1313
pkg "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"
3333
pkg "gara"
3434
pkg "ggplotnim", true, "nimble testCI"
3535
pkg "glob"
36-
pkg "gnuplot"
36+
pkg "gnuplot", cmd = "nim c fresnel_test.nim"
3737
pkg "hts", false, "nim c -o:htss src/hts.nim"
3838
pkg "illwill", false, "nimble examples"
3939
pkg "inim"
@@ -92,5 +92,5 @@ pkg "unpack"
9292
# pkg "winim", true
9393
pkg "with"
9494
pkg "ws"
95-
pkg "yaml"
95+
pkg "yaml", cmd = "" # pending https://github.com/flyx/NimYAML/issues/80
9696
pkg "zero_functional", false, "nim c -r test.nim"

0 commit comments

Comments
 (0)