From 3c14fa98a495a3537031e1aa0edb30baf51469da Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Thu, 31 Jan 2008 17:32:13 +0000 Subject: [PATCH] fetchmail: more features, more dependencies svn path=/nixpkgs/branches/stdenv-updates/; revision=10438 --- pkgs/applications/misc/fetchmail/default.nix | 4 ++++ pkgs/top-level/all-packages.nix | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/misc/fetchmail/default.nix b/pkgs/applications/misc/fetchmail/default.nix index 9639ff19fb0..f62267c10d6 100644 --- a/pkgs/applications/misc/fetchmail/default.nix +++ b/pkgs/applications/misc/fetchmail/default.nix @@ -8,6 +8,10 @@ stdenv.mkDerivation { patches = [ ./security-fix.patch ]; + configureFlags = "--enable-fallback=procmail --with-ssl=${openssl}"; + + buildInputs = [ openssl python procmail ]; + meta = { homepage = http://www.fetchmail.info; }; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index ac8bbbc1041..8bdc5ce2efa 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -4087,7 +4087,7 @@ rec { fbpanel = fbpanelFun {version="4.12";} null; fetchmail = import ../applications/misc/fetchmail { - inherit stdenv fetchurl; + inherit stdenv fetchurl openssl python procmail; }; wireshark = import ../applications/networking/sniffers/wireshark {