dovecot-1.0.alpha2
svn path=/nixpkgs/trunk/; revision=3809
This commit is contained in:
@@ -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" ;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user