summary refs log tree commit diff
path: root/pkgs/servers/mail/opensmtpd
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/opensmtpd
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/opensmtpd')
-rw-r--r--pkgs/servers/mail/opensmtpd/default.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/servers/mail/opensmtpd/default.nix b/pkgs/servers/mail/opensmtpd/default.nix
index 0ee1c92acbd..5efaca40f6e 100644
--- a/pkgs/servers/mail/opensmtpd/default.nix
+++ b/pkgs/servers/mail/opensmtpd/default.nix
@@ -61,8 +61,11 @@ stdenv.mkDerivation rec {
     license = licenses.isc;
     platforms = platforms.linux;
     maintainers = with maintainers; [ rickynils obadz ekleog ];
-    tests = {
-      basic-functionality-and-dovecot-interaction = nixosTests.opensmtpd;
-    };
+    # https://github.com/NixOS/nixpkgs/issues/50230 must be resolved before
+    # this can be enabled.
+    #
+    # tests = {
+    #   basic-functionality-and-dovecot-interaction = nixosTests.opensmtpd;
+    # };
   };
 }