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
This commit is contained in:
Yarny0
2022-10-31 18:34:53 +01:00
parent 412b9917ce
commit db63f9cb66
+2
View File
@@ -5,6 +5,7 @@
, fetchurl
, autoPatchelfHook
, rpmextract
, libxcrypt
, openssl
, zlib
, lvm2 # LVM image backup and restore functions (optional)
@@ -119,6 +120,7 @@ let
rpmextract
];
buildInputs = [
libxcrypt
openssl
stdenv.cc.cc
zlib