mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
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
@ -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 New Issue
Block a user