* --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"
|
"--enable-xft"
|
||||||
"--disable-freetype2"
|
"--disable-freetype2"
|
||||||
"--enable-svg"
|
"--enable-svg"
|
||||||
|
"--enable-canvas"
|
||||||
"--enable-strip"
|
"--enable-strip"
|
||||||
"--enable-default-toolkit=gtk2"
|
"--enable-default-toolkit=gtk2"
|
||||||
"--with-system-jpeg"
|
"--with-system-jpeg"
|
||||||
@ -43,4 +44,6 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Mozilla Firefox - the browser, reloaded";
|
description = "Mozilla Firefox - the browser, reloaded";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
passthru = {inherit gtk;};
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
, libjpeg, libpng, zlib, cairo
|
, libjpeg, libpng, zlib, cairo
|
||||||
|
|
||||||
, # If you want the resulting program to call itself "Thunderbird"
|
, # 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
|
# binaries may not be distributed without permission from the
|
||||||
# Mozilla Foundation, see
|
# Mozilla Foundation, see
|
||||||
# http://www.mozilla.org/foundation/trademarks/.
|
# http://www.mozilla.org/foundation/trademarks/.
|
||||||
@ -32,6 +32,7 @@ stdenv.mkDerivation {
|
|||||||
"--enable-xft"
|
"--enable-xft"
|
||||||
"--disable-freetype2"
|
"--disable-freetype2"
|
||||||
"--enable-svg"
|
"--enable-svg"
|
||||||
|
"--enable-canvas"
|
||||||
"--enable-strip"
|
"--enable-strip"
|
||||||
"--enable-default-toolkit=gtk2"
|
"--enable-default-toolkit=gtk2"
|
||||||
"--with-system-jpeg"
|
"--with-system-jpeg"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user