Skip to content

Commit

Permalink
enable glob (#20573)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Oct 16, 2022
1 parent ed26156 commit 619d6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pkg "fidget"
pkg "fragments", "nim c -r fragments/dsl.nim", allowFailure = true # pending https://github.com/nim-lang/packages/issues/2115
pkg "fusion"
pkg "gara"
pkg "glob", url = "https://github.com/nim-lang/glob", useHead = true
pkg "glob"
pkg "ggplotnim", "nim c -d:noCairo -r tests/tests.nim", url = "https://github.com/nim-lang/ggplotnim", useHead = true
pkg "gittyup", "nimble test", "https://github.com/disruptek/gittyup", allowFailure = true
pkg "gnuplot", "nim c gnuplot.nim"
Expand Down

0 comments on commit 619d6c3

Please sign in to comment.