dovecot-1.0.alpha2

svn path=/nixpkgs/trunk/; revision=3809
This commit is contained in:
Rob Vermaas 2005-09-12 14:44:19 +00:00
parent 12e0b1016b
commit fd791e7a67
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,10 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "dovecot-1.0.alpha2";
src = fetchurl {
url = http://www.dovecot.org/releases/dovecot-1.0.alpha2.tar.gz;
md5 = "ea33ac1bf13a8252d880082ef6811081" ;
};
}

View file

@ -637,6 +637,10 @@ rec {
j2sdk = j2sdk15;
};
dovecot = (import ../servers/mail/dovecot) {
inherit fetchurl stdenv ;
};
tomcat5 = (import ../servers/http/tomcat) {
inherit fetchurl stdenv ;
j2sdk = blackdown;