summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2024-09-18 19:16:08 +0200
committerGitHub <noreply@github.com>2024-09-18 19:16:08 +0200
commit79b17b7c05f66a032949135f4d5a4a62ab9c36a0 (patch)
tree806119486fd8e705f388fdae52f3c89c9f202850
parent1660ddf98a6b6fbd8f05b58bbc540bc57523b31c (diff)
downloadNim-79b17b7c05f66a032949135f4d5a4a62ab9c36a0.tar.gz
workaround for `strunicode` package no longer needed (#24132)
-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 af8c6b888..efec04b3c 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -162,7 +162,7 @@ pkg "ssostrings"
 pkg "stew"
 pkg "stint", "nim c stint.nim"
 pkg "strslice"
-pkg "strunicode", "nimble uninstall -i -y normalize; nimble install -y normalize@#HEAD; nimble install --depsOnly -y; nim c -r --mm:refc src/strunicode.nim"
+pkg "strunicode", "nim c -r --mm:refc src/strunicode.nim"
 pkg "supersnappy"
 pkg "synthesis"
 pkg "taskpools"