Skip to content

Commit

Permalink
gecko-mediaplayer: remove the dead project
Browse files Browse the repository at this point in the history
It was breaking evaluation since 78fe722.
  • Loading branch information
vcunat committed Jan 26, 2017
1 parent fc6e20e commit a1af9cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 44 deletions.
3 changes: 1 addition & 2 deletions pkgs/applications/networking/browsers/firefox/wrapper.nix
Expand Up @@ -2,7 +2,7 @@

## various stuff that can be plugged in
, gnash, flashplayer, hal-flash
, MPlayerPlugin, gecko_mediaplayer, ffmpeg, gst_all, xorg, libpulseaudio, libcanberra_gtk2
, MPlayerPlugin, ffmpeg, gst_all, xorg, libpulseaudio, libcanberra_gtk2
, supportsJDK, jrePlugin, icedtea_web
, trezor-bridge, bluejeans, djview4, adobe-reader
, google_talk_plugin, fribid, gnome3/*.gnome_shell*/
Expand Down Expand Up @@ -36,7 +36,6 @@ let
++ lib.optional enableAdobeFlash flashplayer
++ lib.optional (cfg.enableDjvu or false) (djview4)
++ lib.optional (cfg.enableMPlayer or false) (MPlayerPlugin browser)
++ lib.optional (cfg.enableGeckoMediaPlayer or false) gecko_mediaplayer
++ lib.optional (supportsJDK && jre && jrePlugin ? mozillaPlugin) jrePlugin
++ lib.optional icedtea icedtea_web
++ lib.optional (cfg.enableGoogleTalkPlugin or false) google_talk_plugin
Expand Down

This file was deleted.

5 changes: 0 additions & 5 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -13530,11 +13530,6 @@ with pkgs;

qrencode = callPackage ../tools/graphics/qrencode { };

gecko_mediaplayer = callPackage ../applications/networking/browsers/mozilla-plugins/gecko-mediaplayer {
inherit (gnome2) GConf;
browser = firefox-unwrapped;
};

geeqie = callPackage ../applications/graphics/geeqie { };

gigedit = callPackage ../applications/audio/gigedit { };
Expand Down

0 comments on commit a1af9cc

Please sign in to comment.