* --enable-canvas, and pass through gtk.

svn path=/nixpkgs/trunk/; revision=6541
This commit is contained in:
Eelco Dolstra 2006-09-17 14:00:54 +00:00
parent 12dc491db5
commit 8bccec9c3d
2 changed files with 5 additions and 1 deletions

View File

@ -31,6 +31,7 @@ stdenv.mkDerivation {
"--enable-xft"
"--disable-freetype2"
"--enable-svg"
"--enable-canvas"
"--enable-strip"
"--enable-default-toolkit=gtk2"
"--with-system-jpeg"
@ -43,4 +44,6 @@ stdenv.mkDerivation {
meta = {
description = "Mozilla Firefox - the browser, reloaded";
};
passthru = {inherit gtk;};
}

View File

@ -2,7 +2,7 @@
, libjpeg, libpng, zlib, cairo
, # If you want the resulting program to call itself "Thunderbird"
# instead of "Deer Park", enable this option. However, those
# instead of "Mail", enable this option. However, those
# binaries may not be distributed without permission from the
# Mozilla Foundation, see
# http://www.mozilla.org/foundation/trademarks/.
@ -32,6 +32,7 @@ stdenv.mkDerivation {
"--enable-xft"
"--disable-freetype2"
"--enable-svg"
"--enable-canvas"
"--enable-strip"
"--enable-default-toolkit=gtk2"
"--with-system-jpeg"