dovecot 2 feels hapier with zlib and bzip2
svn path=/nixpkgs/trunk/; revision=30077
This commit is contained in:
parent
cf23b0c4e5
commit
9b9ca264d1
|
@ -1,9 +1,9 @@
|
||||||
{stdenv, fetchurl, openssl, pam}:
|
{stdenv, fetchurl, openssl, pam, bzip2, zlib}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "dovecot-2.0.15";
|
name = "dovecot-2.0.15";
|
||||||
|
|
||||||
buildInputs = [openssl pam];
|
buildInputs = [openssl pam bzip2 zlib];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://dovecot.org/releases/2.0/dovecot-2.0.15.tar.gz;
|
url = http://dovecot.org/releases/2.0/dovecot-2.0.15.tar.gz;
|
||||||
|
|
Loading…
Reference in New Issue