add libxcrypt-compat, which is needed for biber

This commit is contained in:
Maximilian Keßler 2022-10-14 20:40:21 +02:00
parent a653e22432
commit ff12714e06

View File

@ -143,6 +143,11 @@ package_mkessler-software() {
# texlive installer
depends+=(texlive-installer)
# biber (for bibliographies) needs this, since it still uses deprecated and now-removed
# libcrypt.so.1
# See https://bbs.archlinux.org/viewtopic.php?id=274160 and https://github.com/plk/biber/issues/402
depends+=(libxcrypt-compat)
# keepass for password databases
depends+=(keepassxc)