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
|
, fetchurl
|
||||||
, autoPatchelfHook
|
, autoPatchelfHook
|
||||||
, rpmextract
|
, rpmextract
|
||||||
, libxcrypt
|
, libxcrypt-legacy
|
||||||
, openssl
|
, openssl
|
||||||
, zlib
|
, zlib
|
||||||
, lvm2 # LVM image backup and restore functions (optional)
|
, lvm2 # LVM image backup and restore functions (optional)
|
||||||
|
@ -117,7 +117,7 @@ let
|
||||||
rpmextract
|
rpmextract
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libxcrypt
|
libxcrypt-legacy
|
||||||
openssl
|
openssl
|
||||||
stdenv.cc.cc
|
stdenv.cc.cc
|
||||||
zlib
|
zlib
|
||||||
|
|
Loading…
Reference in a new issue