add libxcrypt-compat, which is needed for biber
This commit is contained in:
parent
a653e22432
commit
ff12714e06
1 changed files with 5 additions and 0 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue