dovecot-1.0.alpha2
svn path=/nixpkgs/trunk/; revision=3809
This commit is contained in:
parent
12e0b1016b
commit
fd791e7a67
2 changed files with 14 additions and 0 deletions
10
pkgs/servers/mail/dovecot/default.nix
Normal file
10
pkgs/servers/mail/dovecot/default.nix
Normal 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" ;
|
||||
};
|
||||
|
||||
}
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue