X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=pkgs%2Fdefault.nix;h=ff9d477b10fdfd6349b48aabe14f73e061afdc0a;hb=a929614f94d11a4f397e72e74f38b3212c24cdee;hp=74f9d184b2703cee2d97f7f069dbe669ad567eee;hpb=411af8e3f754278c5b54dfef7e1bd144a6007c39;p=perso%2FImmae%2FConfig%2FNix.git diff --git a/pkgs/default.nix b/pkgs/default.nix index 74f9d18..ff9d477 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -50,4 +50,10 @@ rec { python = python3; inherit mylibs; }; + dovecot_deleted-to-trash = callPackage ./dovecot/plugins/deleted_to_trash { + inherit mylibs; + }; + dovecot_fts-xapian = callPackage ./dovecot/plugins/fts_xapian { + inherit mylibs; + }; }