* --enable-canvas, and pass through gtk.
svn path=/nixpkgs/trunk/; revision=6541
This commit is contained in:
parent
12dc491db5
commit
8bccec9c3d
|
@ -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;};
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue