From 9f609b5786fb0668113e86a16b6b0d674feb0c80 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 24 Sep 2023 13:37:09 -0700 Subject: [PATCH] typo: pigeon -> pidgeon --- dovecot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dovecot.nix b/dovecot.nix index d9a9778..d4df784 100644 --- a/dovecot.nix +++ b/dovecot.nix @@ -16,7 +16,7 @@ let in "sievec ${filePath} $out/${fileBaseName}.svbin"; in pkgs.stdenv.mkDerivation { name = "dovecot-sieves"; - buildInputs = with pkgs; [ dovecot_pidgeonhole ]; + buildInputs = with pkgs; [ dovecot_pigeonhole ]; phases = [ "installPhase" ]; buildPhase = '' mkdir -p $out