mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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
This commit is contained in:
parent
088a6817db
commit
8544d7313f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user