tsm-client: use libxcrypt-legacy to fix build

Since commit 4e300e071b
building `tsm-client` fails with error messages

> error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by [...]

Luckily, commit 9b766dd41b
introduces `libxcrypt-legacy` which again provides `libcrypt.so.1`.
This commit is contained in:
Yarny0 2023-04-04 19:39:32 +02:00
parent 53dad94e87
commit 941b891e26

View File

@ -5,7 +5,7 @@
, fetchurl
, autoPatchelfHook
, rpmextract
, libxcrypt
, libxcrypt-legacy
, openssl
, zlib
, lvm2 # LVM image backup and restore functions (optional)
@ -117,7 +117,7 @@ let
rpmextract
];
buildInputs = [
libxcrypt
libxcrypt-legacy
openssl
stdenv.cc.cc
zlib