nixpkgs/pkgs/applications/networking/browsers/firefox-wrapper/builder.sh
Eelco Dolstra a93b037be8 * 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
2005-03-12 13:35:27 +00:00

8 lines
334 B
Bash

. $stdenv/setup
. $makeWrapper
makeWrapper "$firefox/bin/firefox" "$out/bin/firefox" \
--suffix-each MOZ_PLUGIN_PATH ':' "$plugins" \
--suffix-contents LD_LIBRARY_PATH ':' "$(filterExisting $(addSuffix /extra-library-path $plugins))" \
--suffix-contents PATH ':' "$(filterExisting $(addSuffix /extra-bin-path $plugins))"