parent
96e0f4756c
commit
8935b62cfb
|
@ -19,7 +19,7 @@ let
|
||||||
name = "dovecot-sieves";
|
name = "dovecot-sieves";
|
||||||
buildInputs = with pkgs; [ dovecot_pigeonhole ];
|
buildInputs = with pkgs; [ dovecot_pigeonhole ];
|
||||||
phases = [ "installPhase" ];
|
phases = [ "installPhase" ];
|
||||||
buildPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
${concatStringsSep "\n" (mapAttrsToList compileFile sieves)}
|
${concatStringsSep "\n" (mapAttrsToList compileFile sieves)}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue