summary refs log tree commit diff
path: root/pkgs/servers/mail/dovecot
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-11-11 14:01:25 +0100
committerPeter Simons <simons@cryp.to>2018-11-11 14:02:20 +0100
commit4fc8527697a81aa387dbfb892e6f7a71944f4d47 (patch)
tree2093954c9a289daa338b26519ec0835397ec5ebb /pkgs/servers/mail/dovecot
parente9aec8ccabb496450391c1cc6c3f99df423ed752 (diff)
downloadnixpkgs-4fc8527697a81aa387dbfb892e6f7a71944f4d47.tar
nixpkgs-4fc8527697a81aa387dbfb892e6f7a71944f4d47.tar.gz
nixpkgs-4fc8527697a81aa387dbfb892e6f7a71944f4d47.tar.bz2
nixpkgs-4fc8527697a81aa387dbfb892e6f7a71944f4d47.tar.lz
nixpkgs-4fc8527697a81aa387dbfb892e6f7a71944f4d47.tar.xz
nixpkgs-4fc8527697a81aa387dbfb892e6f7a71944f4d47.tar.zst
nixpkgs-4fc8527697a81aa387dbfb892e6f7a71944f4d47.zip
dovecot, opensmtpd: comment out invalid meta.tests attribute
See https://github.com/NixOS/nixpkgs/issues/50230 for details.
Diffstat (limited to 'pkgs/servers/mail/dovecot')
-rw-r--r--pkgs/servers/mail/dovecot/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/servers/mail/dovecot/default.nix b/pkgs/servers/mail/dovecot/default.nix
index 8f60929e2f7..af1184a973b 100644
--- a/pkgs/servers/mail/dovecot/default.nix
+++ b/pkgs/servers/mail/dovecot/default.nix
@@ -68,8 +68,11 @@ stdenv.mkDerivation rec {
     description = "Open source IMAP and POP3 email server written with security primarily in mind";
     maintainers = with stdenv.lib.maintainers; [ peti rickynils fpletz ];
     platforms = stdenv.lib.platforms.unix;
-    tests = {
-      opensmtpd-interaction = nixosTests.opensmtpd;
-    };
+    # https://github.com/NixOS/nixpkgs/issues/50230 must be resolved before
+    # this can be enabled.
+    #
+    # tests = {
+    #   opensmtpd-interaction = nixosTests.opensmtpd;
+    # };
   };
 }