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 7 , openssl 8 8 , pkg-config 9 9 , slang 10 + , libxcrypt 10 11 , autoreconfHook 11 12 }: 12 13 stdenv.mkDerivation rec { ··· 23 24 configureFlags = [ "--with-ssl-headers=${openssl.dev}/include/openssl" ]; 24 25 25 26 nativeBuildInputs = [ pkg-config autoreconfHook ]; 26 - buildInputs = [ bzip2 zlib newt newt openssl slang ]; 27 + buildInputs = [ bzip2 zlib newt newt openssl slang libxcrypt ]; 27 28 28 29 patches = [ 29 30 ./gentoos-zlib.patch