mirror of https://github.com/astral-sh/uv
bootstrap: add 'libxcrypt-compat' to pacman install command (#1137)
This is apparently necessary to permit Python 3.8.12 to run. Namely, it needs to link to libcrypt.so.1, and without libxcrypt-compat, that linking step fails.
This commit is contained in:
parent
a2ef2010d2
commit
61e03e3655
|
|
@ -15,7 +15,7 @@
|
|||
#
|
||||
# Arch Linux
|
||||
#
|
||||
# pacman -S zstd jq
|
||||
# pacman -S zstd jq libxcrypt-compat
|
||||
#
|
||||
# Windows
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue