Peter Simons d270604117 nixos: remove redundant services.dovecot2.package option
Instead of using this option, please modify the dovecot package by means of an
override. For example:

  nixpkgs.config.packageOverrides = super: {
    dovecot = super.dovecot.override { withPgSQL = true; };
  };

Closes https://github.com/NixOS/nixpkgs/issues/14097.
2016-05-06 10:10:06 +02:00
..
2016-04-22 03:58:08 +02:00
2016-05-05 20:11:52 +02:00
2016-05-01 14:42:25 -04:00
2016-01-07 06:39:06 +00:00
2016-04-26 20:34:41 +02:00
2015-12-06 13:35:21 +00:00
2016-04-29 15:26:20 +09:00