Typo, fix the googleTalkPlugin
This commit is contained in:
parent
2ca9fc3a32
commit
d8e8ff1fe9
pkgs/top-level
|
@ -7884,7 +7884,7 @@ let
|
||||||
++ lib.optional (cfg.enableMPlayer or false) (MPlayerPlugin browser)
|
++ lib.optional (cfg.enableMPlayer or false) (MPlayerPlugin browser)
|
||||||
++ lib.optional (cfg.enableGeckoMediaPlayer or false) gecko_mediaplayer
|
++ lib.optional (cfg.enableGeckoMediaPlayer or false) gecko_mediaplayer
|
||||||
++ lib.optional (supportsJDK && cfg.jre or false && jrePlugin ? mozillaPlugin) jrePlugin
|
++ lib.optional (supportsJDK && cfg.jre or false && jrePlugin ? mozillaPlugin) jrePlugin
|
||||||
++ lib.optional (cfg.eenableGoogleTalkPlugin or false) google_talk_plugin
|
++ lib.optional (cfg.enableGoogleTalkPlugin or false) google_talk_plugin
|
||||||
);
|
);
|
||||||
libs =
|
libs =
|
||||||
if config.browserNameenableQuakeLive or false
|
if config.browserNameenableQuakeLive or false
|
||||||
|
|
Loading…
Reference in New Issue