Making dovecot2 not use $out/var for runtime files.
svn path=/nixpkgs/trunk/; revision=30075
This commit is contained in:
parent
49456aaec2
commit
cf23b0c4e5
@ -10,6 +10,10 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "03byp6alxxk65qfjjnqp6kcncs5cdiqgskx90nk9kcnynl1h6r33";
|
sha256 = "03byp6alxxk65qfjjnqp6kcncs5cdiqgskx90nk9kcnynl1h6r33";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# It will hardcode this for /var/lib/dovecot.
|
||||||
|
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626211
|
||||||
|
configureFlags = [ "--localstatedir=/var" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://dovecot.org/;
|
homepage = http://dovecot.org/;
|
||||||
description = "Open source IMAP and POP3 email server written with security primarily in mind";
|
description = "Open source IMAP and POP3 email server written with security primarily in mind";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user