mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
fetchmail: more features, more dependencies
svn path=/nixpkgs/branches/stdenv-updates/; revision=10438
This commit is contained in:
parent
ecea9e1e0d
commit
3c14fa98a4
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue