mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 03:44:07 +01:00
dovecot: set strictDeps to be true
This commit is contained in:
parent
ac898ef18e
commit
eb3ec31cea
1 changed files with 2 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue