summary refs log tree commit diff stats
path: root/testament/important_packages.nim
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2022-01-08 12:06:28 +0800
committerGitHub <noreply@github.com>2022-01-08 12:06:28 +0800
commit4306d8fb36d3810b8d38a665f98dc89ce107740e (patch)
treebdf177df2ad78cc2f2662696ceee0048ef1ab391 /testament/important_packages.nim
parentc7d5b8c83ddf204c6e0cd7b6937d33318320ed91 (diff)
downloadNim-4306d8fb36d3810b8d38a665f98dc89ce107740e.tar.gz
disable fragments (#19341)
The original repo has moved to Rust, while the package path stay unchanged. And it causes troubles to https://github.com/nim-lang/Nim/pull/19338
Diffstat (limited to 'testament/important_packages.nim')
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 381aa27ac..853a58698 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -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"