Merge pull request #198830 from Yarny0/tsm-client

tsm-client: fix build with libxcrypt

authored by Anderson Torres and committed by GitHub 045f10f4 86ddda11

+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