dovecot 2 feels hapier with zlib and bzip2

svn path=/nixpkgs/trunk/; revision=30077
This commit is contained in:
Lluís Batlle i Rossell 2011-10-27 22:07:39 +00:00
parent cf23b0c4e5
commit 9b9ca264d1
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{stdenv, fetchurl, openssl, pam}:
{stdenv, fetchurl, openssl, pam, bzip2, zlib}:
stdenv.mkDerivation {
name = "dovecot-2.0.15";
buildInputs = [openssl pam];
buildInputs = [openssl pam bzip2 zlib];
src = fetchurl {
url = http://dovecot.org/releases/2.0/dovecot-2.0.15.tar.gz;