diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-05-18 10:48:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-18 10:48:13 -0700 |
commit | 31143c68fc7438406df39207b30594e775b4f97e (patch) | |
tree | 762961066cf35868a95edd04266a3be1748d3a0a | |
parent | 7f077a76fea389ce4f55e18857c499fadb3958fa (diff) | |
download | Nim-31143c68fc7438406df39207b30594e775b4f97e.tar.gz |
disable pkg/fidget refs https://github.com/treeform/fidget/issues/155 (#18043)
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 1a61d3bbf..b84155eee 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -61,7 +61,7 @@ pkg "delaunay" pkg "docopt" pkg "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl" pkg "elvis" -pkg "fidget" +pkg "fidget", allowFailure = true # pending https://github.com/treeform/fidget/issues/155 pkg "fragments", "nim c -r fragments/dsl.nim" pkg "fusion" pkg "gara" |