Skip to content

Commit

Permalink
disable fragments (#19341)
Browse files Browse the repository at this point in the history
The original repo has moved to Rust, while the package path stay unchanged. And it causes troubles to #19338
  • Loading branch information
ringabout authored Jan 8, 2022
1 parent c7d5b8c commit 4306d8f
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 @@ -64,7 +64,7 @@ pkg "docopt"
pkg "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl"
pkg "elvis"
pkg "fidget"
pkg "fragments", "nim c -r fragments/dsl.nim"
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"
Expand Down

0 comments on commit 4306d8f

Please sign in to comment.