Polish ringtail NixOS config and add documentation #208
1 changed files with 8 additions and 0 deletions
Add ICU and python build deps for mise runtimes
dotnet needs libicu for globalization support. python-build needs zlib, readline, bzip2, xz, libffi, ncurses, and sqlite. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
commit
8f7b7ea11a
|
|
@ -134,6 +134,14 @@
|
|||
pkg-config
|
||||
openssl
|
||||
gnupg
|
||||
icu
|
||||
zlib
|
||||
readline
|
||||
bzip2
|
||||
xz
|
||||
libffi
|
||||
ncurses
|
||||
sqlite
|
||||
];
|
||||
|
||||
# Allow running dynamically linked binaries (mise-installed runtimes, etc.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue