partimage: fix build with libxcrypt

This commit is contained in:
Franz Pletz
2022-10-09 18:10:39 +02:00
committed by Martin Weinelt
parent 77c50b0729
commit eee1cec722
+2 -1
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