dovecot, opensmtpd: comment out invalid meta.tests attribute
See https://github.com/NixOS/nixpkgs/issues/50230 for details.
This commit is contained in:
@@ -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;
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user