Added Postfix to all-packages.nix

svn path=/nixpkgs/trunk/; revision=12069
This commit is contained in:
Michael Raskin 2008-06-13 04:31:31 +00:00
parent 25e5b832dd
commit abb0122268

View file

@ -4362,6 +4362,11 @@ let pkgs = rec {
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 {
inherit fetchurl stdenv apacheHttpd jdk;
};