lol

tsm-client: use `libxcrypt-legacy` to fix build

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

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

Luckily, commit 9b766dd41b9b49cb0c1b1f3317fc2273f1f8f3a0
introduces `libxcrypt-legacy` which again provides `libcrypt.so.1`.

Yarny0 941b891e 53dad94e

+2 -2
+2 -2
pkgs/tools/backup/tsm-client/default.nix
··· 5 5 , fetchurl 6 6 , autoPatchelfHook 7 7 , rpmextract 8 - , libxcrypt 8 + , libxcrypt-legacy 9 9 , openssl 10 10 , zlib 11 11 , lvm2 # LVM image backup and restore functions (optional) ··· 117 117 rpmextract 118 118 ]; 119 119 buildInputs = [ 120 - libxcrypt 120 + libxcrypt-legacy 121 121 openssl 122 122 stdenv.cc.cc 123 123 zlib