* Enable the Java applet plugin (through Blackdown) in Firefox.

svn path=/nixpkgs/trunk/; revision=1567
This commit is contained in:
Eelco Dolstra
2004-10-17 14:30:11 +00:00
parent 8b01d4ef0a
commit 4fbb44e598
2 changed files with 10 additions and 7 deletions

View File

@@ -798,7 +798,7 @@ rec {
firefoxWrapper = (import ../applications/networking/browsers/firefox-wrapper) {
inherit stdenv firefox;
plugins = [MPlayerPlugin flashplayer];
plugins = [MPlayerPlugin flashplayer blackdown];
};
flashplayer = (import ../applications/networking/browsers/mozilla-plugins/flashplayer) {