dovecot: set strictDeps to be true

This commit is contained in:
magicquark 2026-02-19 01:41:11 +00:00
parent ac898ef18e
commit eb3ec31cea

View file

@ -182,6 +182,8 @@ stdenv.mkDerivation (finalAttrs: {
doCheck = !stdenv.hostPlatform.isDarwin;
strictDeps = true;
meta = {
homepage = "https://dovecot.org/";
description = "Open source IMAP and POP3 email server written with security primarily in mind";