a93b037be8
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
8 lines
334 B
Bash
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))"
|