mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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;
|
||||
};
|
||||
|
||||
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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user