firefox-with-plugins is actually "firefoxWrapper", and doesn't actually have any plugins enabled by default. firefoxWrapper simply creates a shell script which launches firefox with various paths allowing it to load plugins. It changes depending on what plugins you enable, so it doesn't make much sense to provide it as a binary. Firefox itself is provided as a binary (firefox-32.0.3), and that's what firefoxWrapper wraps.
In order to configure those plugins, you have to edit ~/.nixpkgs/config.nix to enable various options - the details are in the wiki: https://nixos.org/wiki/Firefox Shell On 12 October 2014 09:03, Catonano <[email protected]> wrote: > Hello, > > why is "firefox-with-plugins" not available as a binary ? > > me@my-machine ~$ nix-env -qas | grep firefox > --S firefox-32.0.3 > --S firefox-bin-32.0.3 > --- firefox-with-plugins-13.0.1 > --- firefox-with-plugins-32.0.3 > > and what's the difference between firefox and firefox-with-plugins ? > > I can't find firefox-with-plugins in the nixpkgs repository > > _______________________________________________ > nix-dev mailing list > [email protected] > http://lists.science.uu.nl/mailman/listinfo/nix-dev > _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
