partimage: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-30 01:58:43 +02:00 committed by Martin Weinelt
parent 77c50b0729
commit eee1cec722
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -7,6 +7,7 @@
, openssl
, pkg-config
, slang
, libxcrypt
, autoreconfHook
}:
stdenv.mkDerivation rec {
@ -23,7 +24,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-ssl-headers=${openssl.dev}/include/openssl" ];
nativeBuildInputs = [ pkg-config autoreconfHook ];
buildInputs = [ bzip2 zlib newt newt openssl slang ];
buildInputs = [ bzip2 zlib newt newt openssl slang libxcrypt ];
patches = [
./gentoos-zlib.patch