Try disabling WML to check a crash

svn path=/nixpkgs/trunk/; revision=16601
This commit is contained in:
Michael Raskin 2009-08-07 09:30:14 +00:00
parent d8e017cbb3
commit 75d4611293
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ rec {
"--enable-web-sockets"
# Fails the build..
# "--enable-shared-workers"
"--enable-wml"
# Maybe leads to Slashdot.org crash
# "--enable-wml"
];
/* doConfigure should be specified separately */