Added Postfix to all-packages.nix
svn path=/nixpkgs/trunk/; revision=12069
This commit is contained in:
parent
25e5b832dd
commit
abb0122268
@ -4362,6 +4362,11 @@ let pkgs = rec {
|
|||||||
inherit fetchurl stdenv apacheHttpd python;
|
inherit fetchurl stdenv apacheHttpd python;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postfix = import ../servers/mail/postfix {
|
||||||
|
inherit fetchurl stdenv db4;
|
||||||
|
glibc = stdenv.glibc;
|
||||||
|
};
|
||||||
|
|
||||||
tomcat_connectors = import ../servers/http/apache-modules/tomcat-connectors {
|
tomcat_connectors = import ../servers/http/apache-modules/tomcat-connectors {
|
||||||
inherit fetchurl stdenv apacheHttpd jdk;
|
inherit fetchurl stdenv apacheHttpd jdk;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user