Merge pull request #198830 from Yarny0/tsm-client

tsm-client: fix build with libxcrypt
This commit is contained in:
Anderson Torres 2022-11-06 23:01:14 -03:00 committed by GitHub
commit 045f10f47d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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