tsm-client: use libxcrypt-legacy
to fix build
Since commit4e300e071b
building `tsm-client` fails with error messages > error: auto-patchelf could not satisfy dependency libcrypt.so.1 wanted by [...] Luckily, commit9b766dd41b
introduces `libxcrypt-legacy` which again provides `libcrypt.so.1`.
This commit is contained in:
parent
53dad94e87
commit
941b891e26
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
, fetchurl
|
||||
, autoPatchelfHook
|
||||
, rpmextract
|
||||
, libxcrypt
|
||||
, libxcrypt-legacy
|
||||
, openssl
|
||||
, zlib
|
||||
, lvm2 # LVM image backup and restore functions (optional)
|
||||
|
@ -117,7 +117,7 @@ let
|
|||
rpmextract
|
||||
];
|
||||
buildInputs = [
|
||||
libxcrypt
|
||||
libxcrypt-legacy
|
||||
openssl
|
||||
stdenv.cc.cc
|
||||
zlib
|
||||
|
|
Loading…
Reference in a new issue