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-01-07 06:39:06 +00:00
2016-03-25 16:08:34 +01:00
2016-02-10 02:05:53 +03:00
2016-04-28 14:21:18 +03:00
2016-01-07 06:39:06 +00:00