diff options
author | flywind <43030857+xflywind@users.noreply.github.com> | 2021-01-24 19:08:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 17:08:15 -0800 |
commit | 97bde218e3297eb3fc5082cb1cad4dfc1812e6dc (patch) | |
tree | fccee2bc787717cd3b017a164e47c9436858115e | |
parent | 301e5838ecc154b9bdf7067da8f7b8d723ce4504 (diff) | |
download | Nim-97bde218e3297eb3fc5082cb1cad4dfc1812e6dc.tar.gz |
ref #16810 disable fidget (#16811)
-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 ddf2a5725..f4f40db23 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -37,7 +37,7 @@ pkg1 "delaunay" pkg1 "docopt" pkg1 "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl" pkg1 "elvis" -pkg1 "fidget" +# pkg1 "fidget" # pending https://github.com/nim-lang/Nim/issues/16810 pkg1 "fragments", "nim c -r fragments/dsl.nim" pkg1 "gara" pkg1 "glob" |