summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-01 15:32:48 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-04-01 15:32:48 +0000
commit1d2ec6c314a4fd857ebb23638d0e248b3ab86481 (patch)
tree39d51a6ccd1d31fafe219afb04af8466bb7914b4 /pkgs/applications
parent1405f49820acd4597ef8a19398997b409582b28a (diff)
downloadnixpkgs-1d2ec6c314a4fd857ebb23638d0e248b3ab86481.tar
nixpkgs-1d2ec6c314a4fd857ebb23638d0e248b3ab86481.tar.gz
nixpkgs-1d2ec6c314a4fd857ebb23638d0e248b3ab86481.tar.bz2
nixpkgs-1d2ec6c314a4fd857ebb23638d0e248b3ab86481.tar.lz
nixpkgs-1d2ec6c314a4fd857ebb23638d0e248b3ab86481.tar.xz
nixpkgs-1d2ec6c314a4fd857ebb23638d0e248b3ab86481.tar.zst
nixpkgs-1d2ec6c314a4fd857ebb23638d0e248b3ab86481.zip
* Forgot to commit.
svn path=/nixpkgs/trunk/; revision=33520
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/firefox/wrapper.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/wrapper.nix b/pkgs/applications/networking/browsers/firefox/wrapper.nix
index b937615b2ae..2bbff467bc5 100644
--- a/pkgs/applications/networking/browsers/firefox/wrapper.nix
+++ b/pkgs/applications/networking/browsers/firefox/wrapper.nix
@@ -28,6 +28,7 @@ stdenv.mkDerivation {
         "$out/bin/${browserName}${nameSuffix}" \
         --suffix-each MOZ_PLUGIN_PATH ':' "$plugins" \
         --suffix-each LD_LIBRARY_PATH ':' "$libs" \
+        --suffix-each LD_PRELOAD ':' "$(cat $(filterExisting $(addSuffix /extra-ld-preload $plugins)))" \
         --prefix-contents PATH ':' "$(filterExisting $(addSuffix /extra-bin-path $plugins))"
 
     mkdir -p $out/share/applications