> 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
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to