From a1ee2ee5665e37a7731f5f1e1ff6448bc72a8b43 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:23:51 +0800 Subject: [PATCH] adds noise to important_packages (#24352) ref https://github.com/jangko/nim-noise (cherry picked from commit b534f34e95402479c1d5c5bdab92d87862f323d4) --- testament/important_packages.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 9bab3fe434..800661baf2 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -124,6 +124,7 @@ pkg "nimsvg" pkg "nimterop", "nimble minitest", url = "https://github.com/nim-lang/nimterop" pkg "nimwc", "nim c nimwc.nim" pkg "nitter", "nim c src/nitter.nim", "https://github.com/zedeus/nitter" +pkg "noise" pkg "norm", "testament r tests/common/tmodel.nim" pkg "normalize" pkg "npeg", "nimble testarc"