tsm-client: fix build with libxcrypt

After libcrypt support got dropped from `glibc`,
`libxcrypt` needs to be added to packages that still require it.

References:
https://github.com/NixOS/nixpkgs/pull/181764
https://github.com/NixOS/nixpkgs/commit/ff30c899d8bd92d1a1c9f4d4e81455b04cb0868e

Yarny0 db63f9cb 412b9917

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