summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-03-12 13:35:27 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-03-12 13:35:27 +0000
commita93b037be89947d78292d98029c6fa004bc30a5a (patch)
tree3c3c701633cfc216c3567ea3aefcfba5d2b9ae90 /pkgs/system/all-packages-generic.nix
parent3e9383d8b1a69c45556d4cb90f2c5aecf51bd1ef (diff)
downloadnixpkgs-a93b037be89947d78292d98029c6fa004bc30a5a.tar
nixpkgs-a93b037be89947d78292d98029c6fa004bc30a5a.tar.gz
nixpkgs-a93b037be89947d78292d98029c6fa004bc30a5a.tar.bz2
nixpkgs-a93b037be89947d78292d98029c6fa004bc30a5a.tar.lz
nixpkgs-a93b037be89947d78292d98029c6fa004bc30a5a.tar.xz
nixpkgs-a93b037be89947d78292d98029c6fa004bc30a5a.tar.zst
nixpkgs-a93b037be89947d78292d98029c6fa004bc30a5a.zip
* Added RealPlayer plugin support to Firefox. It's disabled by
  default for legal reasons, but you can enabled it by uncommenting it
  in `all-packages-generic.nix', attribute `firefoxWrapper'.

svn path=/nixpkgs/trunk/; revision=2390
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 846787750d9..d816e8ae84f 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1055,7 +1055,12 @@ rec {
 
   firefoxWrapper = (import ../applications/networking/browsers/firefox-wrapper) {
     inherit stdenv firefox;
-    plugins = [MPlayerPlugin flashplayer blackdown];
+    plugins = [
+      MPlayerPlugin
+      flashplayer
+      blackdown
+#      RealPlayer  # disabled by default for legal reasons
+    ];
   };
 
   flashplayer = (import ../applications/networking/browsers/mozilla-plugins/flashplayer) {