diff --git a/public/app-client-internet.nix b/public/app-client-internet.nix index 51e7efb..4866319 100644 --- a/public/app-client-internet.nix +++ b/public/app-client-internet.nix @@ -40,7 +40,7 @@ environment.systemPackages = with pkgs; [ nixpkgs.config.packageOverrides = pkgs: { clawsMail = pkgs.clawsMail.override { - enablePluginFancy = true; + enablePluginFancy = false; # nécessite wekitgtk qui est troué enablePluginPdf = true; enablePluginRavatar = true; enablePluginSmime = true; @@ -49,4 +49,9 @@ environment.systemPackages = with pkgs; [ }; mumble = pkgs.mumble.override { pulseSupport = true; }; }; + + #nixpkgs.config.permittedInsecurePackages = [ + # "webkitgtk-2.4.11" # pour que le plugin fancy de claws-mail fonctionne + #]; + }