fetchmail: more features, more dependencies
svn path=/nixpkgs/branches/stdenv-updates/; revision=10438
This commit is contained in:
parent
ecea9e1e0d
commit
3c14fa98a4
@ -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;
|
||||||
};
|
};
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user