Skip to content

Commit

Permalink
disable fragments (nim-lang#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 nim-lang#19338
  • Loading branch information
ringabout authored and PMunch committed Mar 28, 2022
1 parent 3f643af commit 093aa2e
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 093aa2e

Please sign in to comment.