From d890f265dcf38a5e08c0def1ae9a8a6885421087 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 25 Sep 2023 10:24:15 -0700 Subject: [PATCH] Add dovecot dependency to sieves --- dovecot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot.nix b/dovecot.nix index 3deeec7..30ceae6 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -17,7 +17,7 @@ let in "sievec ${filePath} $out/${fileBaseName}.svbin"; in pkgs.stdenv.mkDerivation { name = "dovecot-sieves"; - buildInputs = with pkgs; [ dovecot_pigeonhole ]; + buildInputs = with pkgs; [ dovecot dovecot_pigeonhole ]; phases = [ "installPhase" ]; installPhase = '' mkdir -p $out