about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
diff options
context:
space:
mode:
authortaku0 <mxxouy6x3m_github@tatapa.org>2015-06-06 19:05:57 +0900
committertaku0 <mxxouy6x3m_github@tatapa.org>2015-06-06 19:05:57 +0900
commit5f890ceca186baefc1dfde14f7a84e609d31e294 (patch)
tree7a542d41124567f7bc7c9b4f54e40377c0f01464 /pkgs/applications/networking/browsers
parent08c4a192e23681d31cf88c1509ddf29cf802492a (diff)
firefox-bin, thunderbird-bin: update patchelf arguments
Diffstat (limited to 'pkgs/applications/networking/browsers')
-rw-r--r--pkgs/applications/networking/browsers/firefox-bin/default.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox-bin/default.nix b/pkgs/applications/networking/browsers/firefox-bin/default.nix
index 998ea95e8da62..749e4226cd785 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/default.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/default.nix
@@ -131,7 +131,13 @@ stdenv.mkDerivation {
 
       for executable in \
         firefox firefox-bin plugin-container \
-        updater crashreporter webapprt-stub libxul.so
+        updater crashreporter webapprt-stub \
+        components/libdbusservice.so components/libmozgnome.so \
+        gmp-clearkey/0.1/libclearkey.so \
+        browser/components/libbrowsercomps.so \
+        libnssdbm3.so libsmime3.so libxul.so  libnss3.so libplc4.so \
+        libfreebl3.so libmozsqlite3.so libmozalloc.so libnspr4.so libssl3.so \
+        libsoftokn3.so libnssutil3.so libnssckbi.so libplds4.so
       do
         patchelf --set-rpath "$libPath" \
           "$out/usr/lib/firefox-bin-${version}/$executable"