svn path=/nixpkgs/trunk/; revision=3811
This commit is contained in:
Rob Vermaas
2005-09-12 15:20:57 +00:00
parent 4d07cb8db5
commit 9a6ce709fa
4 changed files with 86 additions and 1 deletions

View File

@@ -640,7 +640,11 @@ rec {
dovecot = (import ../servers/mail/dovecot) {
inherit fetchurl stdenv ;
};
vsftpd = (import ../servers/ftp/vsftpd) {
inherit fetchurl stdenv openssl ;
};
tomcat5 = (import ../servers/http/tomcat) {
inherit fetchurl stdenv ;
j2sdk = blackdown;