mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 05:43:50 +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" \
|
--set-rpath "$rpath" \
|
||||||
"$i"
|
"$i"
|
||||||
done
|
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
|
genericBuild
|
||||||
|
Loading…
Reference in New Issue
Block a user