[Nix-dev] opera update
Marc Weber
marco-oweber at gmx.de
Tue Oct 4 10:17:56 CEST 2011
> Then I'll commit it tonight.
I've seen that you've added gstreamer etc?
Do you have a test page requiring it?
i686 version hash changed to:
sha256 = "d394d08f73267b90c0ab18e55cdc4cf4ec239fcb1f0684187ab02a81befae580";
You can also add flash support easily in a post install phase (works for me):
+ (stdenv.lib.optionalString flashSupport ''
ln -s ${flashplayer10}/lib/mozilla/plugins/libflashplayer.so $out/lib/opera/plugins/libflashplayer.so
'');
Marc Weber
More information about the nix-dev
mailing list