Author: raskin
Date: 2010-06-17 13:09:17 +0000 (Thu, 17 Jun 2010)
New Revision: 22309

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22309&view=rev

Modified:
   nixpkgs/trunk/pkgs/development/libraries/webkit/default.nix

Log:
Alas, WebKit MathML support is currently broken - reported 
https://bugs.webkit.org/show_bug.cgi?id=40773

Changes:

Modified: nixpkgs/trunk/pkgs/development/libraries/webkit/default.nix
===================================================================
--- nixpkgs/trunk/pkgs/development/libraries/webkit/default.nix 2010-06-17 
12:44:40 UTC (rev 22308)
+++ nixpkgs/trunk/pkgs/development/libraries/webkit/default.nix 2010-06-17 
13:09:17 UTC (rev 22309)
@@ -26,7 +26,9 @@
     "--enable-web-sockets"
     "--enable-indexeddb"
     "--enable-image-resizer"
-    "--enable-mathml"
+    
+    # https://bugs.webkit.org/show_bug.cgi?id=40773
+    # "--enable-mathml"
 
     # "--enable-blob-slice"
     

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to