summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2007-09-03 15:07:19 +0000
committerMarc Weber <marco-oweber@gmx.de>2007-09-03 15:07:19 +0000
commit8544d7313f625265d35705087bf8d2904ff25225 (patch)
tree92d60bfe6f8c91fc0f717b0c2aeba94914e76d76 /pkgs/applications/networking
parent088a6817db9b004cd9f3c2f4ea6c9c2a72b8813b (diff)
downloadnixpkgs-8544d7313f625265d35705087bf8d2904ff25225.tar
nixpkgs-8544d7313f625265d35705087bf8d2904ff25225.tar.gz
nixpkgs-8544d7313f625265d35705087bf8d2904ff25225.tar.bz2
nixpkgs-8544d7313f625265d35705087bf8d2904ff25225.tar.lz
nixpkgs-8544d7313f625265d35705087bf8d2904ff25225.tar.xz
nixpkgs-8544d7313f625265d35705087bf8d2904ff25225.tar.zst
nixpkgs-8544d7313f625265d35705087bf8d2904ff25225.zip
additionally copying the lib/opera/plugin/libnpp.so into the executable
directory to make plugins work and get rid of the missing library warning

svn path=/nixpkgs/trunk/; revision=9244
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/opera/builder.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/opera/builder.sh b/pkgs/applications/networking/browsers/opera/builder.sh
index 59c0bf2cb60..26d5df1cc4d 100644
--- a/pkgs/applications/networking/browsers/opera/builder.sh
+++ b/pkgs/applications/networking/browsers/opera/builder.sh
@@ -26,6 +26,10 @@ installPhase() {
             --set-rpath "$rpath" \
             "$i"
     done
+
+    # opera seems to need libnpp.so in the same path ?
+    # (search the opera help for libnpp..
+    cp $out/lib/opera/plugins/libnpp.so $out/lib/opera/9*
 }
 
 genericBuild