Merge pull request #198830 from Yarny0/tsm-client
tsm-client: fix build with libxcrypt
This commit is contained in:
commit
045f10f47d
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue