Added icedtea plugin for firefox

This commit is contained in:
pasqui23 2017-10-12 01:16:33 +02:00 committed by GitHub
parent 7e6f3364bc
commit c745083109

View file

@ -33,6 +33,11 @@ in
default = false;
description = "Whether to enable the unfree Google Talk plugin.";
};
enableIcedtea = mkOption {
type = types.bool;
default = false;
description = "Whether to enable the unfree Google Talk plugin.";
};
};
};
@ -46,6 +51,7 @@ in
fcfg = setAttrByPath [browserName] {
enableAdobeFlash = cfg.enableAdobeFlash;
enableGoogleTalkPlugin = cfg.enableGoogleTalk;
icedtea = cfg.enableIcedtea;
};
wrapper = pkgs.wrapFirefox.override {