fetchmail: more features, more dependencies

svn path=/nixpkgs/branches/stdenv-updates/; revision=10438
This commit is contained in:
Yury G. Kudryashov 2008-01-31 17:32:13 +00:00
parent ecea9e1e0d
commit 3c14fa98a4
2 changed files with 5 additions and 1 deletions

View File

@ -8,6 +8,10 @@ stdenv.mkDerivation {
patches = [ ./security-fix.patch ]; patches = [ ./security-fix.patch ];
configureFlags = "--enable-fallback=procmail --with-ssl=${openssl}";
buildInputs = [ openssl python procmail ];
meta = { meta = {
homepage = http://www.fetchmail.info; homepage = http://www.fetchmail.info;
}; };

View File

@ -4087,7 +4087,7 @@ rec {
fbpanel = fbpanelFun {version="4.12";} null; fbpanel = fbpanelFun {version="4.12";} null;
fetchmail = import ../applications/misc/fetchmail { fetchmail = import ../applications/misc/fetchmail {
inherit stdenv fetchurl; inherit stdenv fetchurl openssl python procmail;
}; };
wireshark = import ../applications/networking/sniffers/wireshark { wireshark = import ../applications/networking/sniffers/wireshark {