2004-10-17 15:28:28 +02:00
|
|
|
. $stdenv/setup
|
2005-02-16 12:13:18 +01:00
|
|
|
. $makeWrapper
|
2004-10-17 15:28:28 +02:00
|
|
|
|
2005-02-16 12:13:18 +01:00
|
|
|
makeWrapper "$firefox/bin/firefox" "$out/bin/firefox" \
|
2005-02-16 12:38:52 +01:00
|
|
|
--suffix-each MOZ_PLUGIN_PATH ':' "$plugins" \
|
|
|
|
--suffix-contents LD_LIBRARY_PATH ':' "$(filterExisting $(addSuffix /extra-library-path $plugins))"
|