From 3f1f26a7e2a94f2f9d9a54f1f5a2531bacbeadf5 Mon Sep 17 00:00:00 2001 From: narimiran Date: Mon, 8 Feb 2021 18:51:29 +0100 Subject: [PATCH] disable 'fidget' package --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index b853b1aa52..29fcb2c7af 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" pkg1 "fragments", "nim c -r fragments/dsl.nim" pkg1 "gara" pkg1 "ggplotnim", "nim c -d:noCairo -r tests/tests.nim"