partimage: fix build with libxcrypt

authored by Franz Pletz and committed by Martin Weinelt eee1cec7 77c50b07

+2 -1
+2 -1
pkgs/tools/backup/partimage/default.nix
··· 7 , openssl 8 , pkg-config 9 , slang 10 , autoreconfHook 11 }: 12 stdenv.mkDerivation rec { ··· 23 configureFlags = [ "--with-ssl-headers=${openssl.dev}/include/openssl" ]; 24 25 nativeBuildInputs = [ pkg-config autoreconfHook ]; 26 - buildInputs = [ bzip2 zlib newt newt openssl slang ]; 27 28 patches = [ 29 ./gentoos-zlib.patch
··· 7 , openssl 8 , pkg-config 9 , slang 10 + , libxcrypt 11 , autoreconfHook 12 }: 13 stdenv.mkDerivation rec { ··· 24 configureFlags = [ "--with-ssl-headers=${openssl.dev}/include/openssl" ]; 25 26 nativeBuildInputs = [ pkg-config autoreconfHook ]; 27 + buildInputs = [ bzip2 zlib newt newt openssl slang libxcrypt ]; 28 29 patches = [ 30 ./gentoos-zlib.patch