Fix old typo

svn path=/nixpkgs/trunk/; revision=15512
This commit is contained in:
Michael Raskin 2009-05-09 15:37:50 +00:00
parent f067828cdc
commit d54c4a8189

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation {
make makefiles CCARGS='-DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -DHAS_DB -I${cyrus_sasl}/include/sasl' AUXLIBS='-lssl -lcrypto -lsasl2 -ldb' make makefiles CCARGS='-DUSE_TLS -DUSE_SASL_AUTH -DUSE_CYRUS_SASL -DHAS_DB -I${cyrus_sasl}/include/sasl' AUXLIBS='-lssl -lcrypto -lsasl2 -ldb'
''; '';
buildinputs = [db4 openssl cyrus_sasl]; buildInputs = [db4 openssl cyrus_sasl];
patches = [./postfix-2.2.9-db.patch ./postfix-2.2.9-lib.patch]; patches = [./postfix-2.2.9-db.patch ./postfix-2.2.9-lib.patch];