GNU IceCat: Prepare for Xulrunner build.
svn path=/nixpkgs/trunk/; revision=12918
This commit is contained in:
parent
da14d70415
commit
3d27b5db34
|
@ -22,10 +22,16 @@ stdenv.mkDerivation {
|
|||
|
||||
unpackCmd = "lzma -d < $src | tar xv";
|
||||
|
||||
patches = [ ./skip-gre-registration.patch ];
|
||||
|
||||
configureFlags = [
|
||||
"--enable-application=browser"
|
||||
"--enable-libxul"
|
||||
"--disable-javaxpcom"
|
||||
|
||||
"--enable-optimize"
|
||||
"--disable-debug"
|
||||
"--disable-static" # needed for `libxul'
|
||||
"--enable-strip"
|
||||
"--with-system-jpeg"
|
||||
"--with-system-zlib"
|
||||
|
|
Loading…
Reference in New Issue