typo: pigeon -> pidgeon

This commit is contained in:
niten 2023-09-24 13:37:09 -07:00
parent 43b33c196d
commit 9f609b5786
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ let
in "sievec ${filePath} $out/${fileBaseName}.svbin"; in "sievec ${filePath} $out/${fileBaseName}.svbin";
in pkgs.stdenv.mkDerivation { in pkgs.stdenv.mkDerivation {
name = "dovecot-sieves"; name = "dovecot-sieves";
buildInputs = with pkgs; [ dovecot_pidgeonhole ]; buildInputs = with pkgs; [ dovecot_pigeonhole ];
phases = [ "installPhase" ]; phases = [ "installPhase" ];
buildPhase = '' buildPhase = ''
mkdir -p $out mkdir -p $out