eeff1fcdd1
now just 3 lines. svn path=/nixpkgs/trunk/; revision=2243
7 lines
243 B
Bash
7 lines
243 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))"
|