Merge pull request #198830 from Yarny0/tsm-client
tsm-client: fix build with libxcrypt
This commit is contained in:
commit
045f10f47d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user