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